R RAM72 Member Jul 31, 2014 #1 Hi All Need help to splitting numbers and text separately to their respective columns Annexed file for reference thanks Attachments SPLIT TEXT AND NUMBERS.xls SPLIT TEXT AND NUMBERS.xls 14 KB · Views: 9
Hi All Need help to splitting numbers and text separately to their respective columns Annexed file for reference thanks
Hui Excel Ninja Staff member Jul 31, 2014 #2 If all the entries purely have "ea" B3: =LEFT(A3,LEN(A3)-2) C3: =RIGHT(A3,2) But if you have other units I'd suggest B3: =LEFT(A3,FIND(".",A3)+2) C3: =RIGHT(A3,LEN(A3)-LEN(B3)) Copy both equations down
If all the entries purely have "ea" B3: =LEFT(A3,LEN(A3)-2) C3: =RIGHT(A3,2) But if you have other units I'd suggest B3: =LEFT(A3,FIND(".",A3)+2) C3: =RIGHT(A3,LEN(A3)-LEN(B3)) Copy both equations down