hello i need some help. in COLUMN A i have text in one cell i need break this text in two cell COLUMN B and COLUMN C
![]()
Please Login or Register to view this content.
hello i need some help. in COLUMN A i have text in one cell i need break this text in two cell COLUMN B and COLUMN C
![]()
Please Login or Register to view this content.
If your data starts in A2 paste the below codes and drag down.
Paste in B2 to keep everything before the space:
Formula:
Please Login or Register to view this content.
Paste in C2 to keep everything after the space:
Formula:
Please Login or Register to view this content.
Last edited by playaller; 05-03-2014 at 05:31 PM.
Shelton A.
If Helpful, Add Reputaion!
2 other options...
Option 1
=LEFT(A1,SEARCH(" ",A1,1)-1)
and
=MID(A1,SEARCH(" ",A1,1)+1,99)
Option 2
Use Text2Columns with space as the delimiter
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks