My data looks like this
Cell A1: W144.8 N82.11 Extract==> Cell B1: 144.8 Cell C1: 82.11
Cell A2: W23 N278.5 Extract==> Cell B2: 23 Cell C2: 278.5
Cell A3: W123.4 N223 Extract==> Cell B3: 123.4 Cell C3: 223
After going through the posts. I was impressed by several answers.
Following answer, I know I can use in column C, to exract outer number values from Column A
=LOOKUP(9E+300,RIGHT(A1,ROW(INDIRECT("1:"&LEN(A1))))+0)
I need formula to put in column B to extract inner number values from Column A.
Any help would be greatly appreciated.
Kind regards
Kulmansam
Cell A1: W144.8 N82.11 Extract==> Cell B1: 144.8 Cell C1: 82.11
Cell A2: W23 N278.5 Extract==> Cell B2: 23 Cell C2: 278.5
Cell A3: W123.4 N223 Extract==> Cell B3: 123.4 Cell C3: 223
After going through the posts. I was impressed by several answers.
Following answer, I know I can use in column C, to exract outer number values from Column A
=LOOKUP(9E+300,RIGHT(A1,ROW(INDIRECT("1:"&LEN(A1))))+0)
I need formula to put in column B to extract inner number values from Column A.
Any help would be greatly appreciated.
Kind regards
Kulmansam