Hey Everyone,
I'm working with a formula and am curious to see if there is a more efficient (read: streamlined) way of doing it.
Columns P and Q were extracted from information in column G. The goal is to look at the values in column G, which are manually input from people and separate them into new cells (columns) at the semicolon. So for example some sample values are: 0.0246;0.024 and 0.019;0.019 and 0.0261;0.0338 (see attached file for details)
The current formula in: COLUMN P =VALUE(MID(G3,1,FIND(";",G3,1)-1))
The current formula in: COLUMN Q =VALUE(MID(G3,FIND(";",G3)+1,10))
Just curious to see what everyone thinks.
Love to hear your thoughts!
Thanks,
Dave
I'm working with a formula and am curious to see if there is a more efficient (read: streamlined) way of doing it.
Columns P and Q were extracted from information in column G. The goal is to look at the values in column G, which are manually input from people and separate them into new cells (columns) at the semicolon. So for example some sample values are: 0.0246;0.024 and 0.019;0.019 and 0.0261;0.0338 (see attached file for details)
The current formula in: COLUMN P =VALUE(MID(G3,1,FIND(";",G3,1)-1))
The current formula in: COLUMN Q =VALUE(MID(G3,FIND(";",G3)+1,10))
Just curious to see what everyone thinks.
Love to hear your thoughts!
Thanks,
Dave