Stevan Premovic
New Member
- Joined
- May 11, 2018
- Messages
- 11
I've been trying to write a formula that will extract the number after the @ symbol in a number of situations, but everything I've come up with thus far won't work for every case.
Lets say in cells A1:A5 I have:
[BALL VALVE,-RF,CL600 @ 4, 10XAH007]
[BALL VALVE,-RF,CL600,SPINDLE ELONGATION @ 4; 10XAH011]
[GATE VALVE,-RF,CL600 @ .5]
[GLOBE VALVE,-RF,CL600 @ .75]
[AXIAL CHECK VALVE@ 6,-RF, CL300, 21XAE501
What I'm trying to extract is 4, 4, .5, .75 and 6, respectively.
What I initially started with was to extract a certain number of characters to the right of the @ symbol, but that left me with additional commas, and in some cases some symbols.
Any help would be greatly appreciated
Lets say in cells A1:A5 I have:
[BALL VALVE,-RF,CL600 @ 4, 10XAH007]
[BALL VALVE,-RF,CL600,SPINDLE ELONGATION @ 4; 10XAH011]
[GATE VALVE,-RF,CL600 @ .5]
[GLOBE VALVE,-RF,CL600 @ .75]
[AXIAL CHECK VALVE@ 6,-RF, CL300, 21XAE501
What I'm trying to extract is 4, 4, .5, .75 and 6, respectively.
What I initially started with was to extract a certain number of characters to the right of the @ symbol, but that left me with additional commas, and in some cases some symbols.
Any help would be greatly appreciated
Last edited: