Dear Friends,
How can I split mixed data (Text & Numbers) into 2 seperate columns? For example the following data is in Cell A1 and I would like to split Numbers into Cell A2 & Text into Cell A3.
501054 ROYAL SUPPLIERS
605423 SRUJANA MARKETING AGENCIES
Note: First 6 characters are numbers then one single space and the text has variable characters.
Thanks in advance.
Last edited by LearnerEXL; 09-24-2009 at 07:54 AM.
A lot of varied questions today - seems almost like homework.
A2: =0+LEFT(A1,6)
A3: =SUBSTITUTE(A1,A2&" ","")
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks