Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Split one cell into 2
Name: seawatch Date: November 10, 2004 at 11:40:36 Pacific OS: WinXP CPU/Ram: 512
Comment:
In a worksheet at work they have listed the last name then the first name in one cell.
They did not use commas to seperate the names, just a space,
Is there an easy way to split the last name off into one cell and then the first name into another?
I really want to be able to have first and last names into seperate cells.
Name: rayok Date: November 10, 2004 at 11:58:47 Pacific
Reply:
Ok here's a work around cut and paste into word as plain text then select it and then table > convert > text to table > separate text at > other and type in a space. Your text will then be seperated out in a table, you can then select all the first names and copy and paste back into excel (and do the same with the second names as well)
Techy n Welsh
0
Response Number 2
Name: wizard-fred Date: November 10, 2004 at 12:08:54 Pacific
Reply:
Another method is to insert two columns and use text string functions to split at the first space. Then remove the formulas by copying the two columns and use paste special values only. If the operations are successful then delete the original name column.
0
Response Number 3
Name: seawatch Date: November 10, 2004 at 12:12:45 Pacific
Reply:
Both great ideas!
Thanks.
I'll fix this file yet!
Larry
0
Response Number 4
Name: Bryco Date: November 10, 2004 at 13:14:35 Pacific
Reply:
It looks like a lot of words in it's explanation but it is not really.
Summary: Let me try this again...in bold and italics and ALL CAPS (something I never do). WHY? WHY do you need the values split into 2 cells? You've told us WHAT you need a number of times, but you've never ex...
Summary: How can you get by using V or H lookup to copy data from 2 cells on one sheet into 1 cell in another cell separated with a hyphen. This is my current code which works, but I want the data from the nex...
Summary: hi, how can i do the following conditions in one cell using a formula: in cell B1: if the quantity in A1 is between 1 and 20, the price is 10. if the quantity in A1 is between 21 and 40, the price is ...