E
Eva Shanley
I need to get the middle entry out of a cell; the middle
entry (123456) can contain a varied number of characters
as shown below:
123 123456 12
123 12345 12
The good thing is that the 3 sections are separated by
spaces, so I've used =MID(A4,FIND(CHAR(32),A4)+1,255)to
get the middle entry out, but I'm having problems trying
to combine this formula with LEFT to get rid of the " 12"
at the end. Can you help? Thanks as always!
entry (123456) can contain a varied number of characters
as shown below:
123 123456 12
123 12345 12
The good thing is that the 3 sections are separated by
spaces, so I've used =MID(A4,FIND(CHAR(32),A4)+1,255)to
get the middle entry out, but I'm having problems trying
to combine this formula with LEFT to get rid of the " 12"
at the end. Can you help? Thanks as always!