dgriffis1231
Registered User.
- Local time
- Today, 03:33
- Joined
- Oct 9, 2013
- Messages
- 25
I need a field that will rename the " to reflect its keyword. So any word above the " needs to be renamed to the word plus a descending numbering system. For example:
KEYWORD
OPC/T
"
"
"
"
"
"
"
OPC/GAS
Desired Result
KEYWORD
OPC/T
OPC/T_1
OPC/T_2
OPC/T_3
OPC/T_4
OPC/T_5
OPC/T_6
OPC/T_7
OPC/GAS
Any suggestions would be appreciated
KEYWORD
OPC/T
"
"
"
"
"
"
"
OPC/GAS
Desired Result
KEYWORD
OPC/T
OPC/T_1
OPC/T_2
OPC/T_3
OPC/T_4
OPC/T_5
OPC/T_6
OPC/T_7
OPC/GAS
Any suggestions would be appreciated