I have a string in cell AU3: E50C [cell is formatted to 'text']
(this value is different for other cells E100B, E110 TH, E20 Y etc.)
I simply want to find next LETTER after second position in string (to miss the consistent "E") and split the string at this point, returning the left portion in one cell and the right portion in another.
Heres the formulas i have in two cells:
=RIGHT(AU3,SEARCH("[A-Z]",AU3,2))
=LEFT(AU3,SEARCH("[A-Z]",AU3,2)-1)
both are showing a #VALUE!
I'm fairly sure i have tried every possible combination of [A-Z], [a-z], "[a-z]" etc. but none of them seem to work?!?!
Any help would be appreciated, Thanks.
(this value is different for other cells E100B, E110 TH, E20 Y etc.)
I simply want to find next LETTER after second position in string (to miss the consistent "E") and split the string at this point, returning the left portion in one cell and the right portion in another.
Heres the formulas i have in two cells:
=RIGHT(AU3,SEARCH("[A-Z]",AU3,2))
=LEFT(AU3,SEARCH("[A-Z]",AU3,2)-1)
both are showing a #VALUE!
I'm fairly sure i have tried every possible combination of [A-Z], [a-z], "[a-z]" etc. but none of them seem to work?!?!
Any help would be appreciated, Thanks.