View Full Version : Solved: Splitting cell values into two defferent columns
rahullambe
09-25-2008, 08:39 AM
Hi Friends,
I have name of the employees and their code# in one cell with space. I want to split this name and code# on two different Cell.:help
mdmackillop
09-25-2008, 08:41 AM
Use Data/Text to Columns
rahullambe
09-25-2008, 08:47 AM
Thanks,
The data contains more than 1000 rows
rahullambe
09-25-2008, 08:48 AM
can you suggest me any other option than text to column?
rahullambe
09-25-2008, 09:03 AM
10114
Attached is the file...
where I want to split the name and code# except using text to columns:help
Thanks.
Please help me!
rahullambe
09-25-2008, 10:41 AM
its very urgent for me
I am trying to Split it but I can not do that....
Bob Phillips
09-25-2008, 11:02 AM
What's wrong with Text To Columns?
rahullambe
09-25-2008, 11:08 AM
That is ma assignment for MBA exams and there is condition that I can not use text to column function.
jfournier
09-25-2008, 11:10 AM
why not use formulas in excel?
With your full text in cell c1:
'name cell
=LEFT(C1,FIND(" ",C1))
'code num cell
=RIGHT(C1,LEN(C1)-FIND(" ",C1))
Bob Phillips
09-25-2008, 11:11 AM
Sorry, but we don't do homework. What value is your MBA if we make the effort?
rahullambe
09-25-2008, 11:35 AM
Thanks J Fournier Thanks for your help
Its Solved.
jfournier
09-25-2008, 11:43 AM
Sorry didn't see that it was homework. This stuff isn't very hard, maybe I should go get an MBA if this is as bad as it gets
rahullambe
09-25-2008, 12:01 PM
J Fournier its a sample part of an MBA its not a homework its just an assignments, and I have already completed 85% work I was stucked with the same formulae.
Well, Thanks for your help
Thanks a lot!
mdmackillop
09-26-2008, 07:30 AM
there is condition that I can not use text to column function.
So why not state this in your question?
See FAQ re homework.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.