Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

separating lists excel spreadshe

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Separating lists in an excel spreadsheet

Separating lists in an excel spreadsheet

ResolvedVersion 2003

Alison has attended:
Excel Intermediate course

Separating lists in an excel spreadsheet

Hi,

I've got a list of people's names (forenames and surnames) in one column in a spreadsheet.
I want to know if there is a way to separate the names into two columns i.e. forename in one and surname in another to save me having to manually cut and paste 500 names individually!

Please help.

Alison

RE: Separating lists in an excel spreadsheet

Hello Alison

Thank you for your question.

This is quite easily solved, you just need to make sure you have an extra blank column next to the column where the names are currently.

1. Select the column of names.
2. Go to Data - Text to Columns.
3. At step 1, choose Delimited, click Next.
4. At step 2, tick Space, click Next.
5. At step 3 click Next (you don't need to change anything at step 3); then click Finish.

I hope this helps.
Amanda

RE: Separating lists in an excel spreadsheet

Thank you Amanda,

I really appreciate it. I actually had a little explore along the tool bar and saw the text to columns which I thought sounded like the right thing but am grateful for you getting back to me so quickly.

I've actually passed on that bit of knowledge to a couple of colleagues now so thanks again!

Alison

Excel tip:

Stop Formula Returning A "#DIV/0" Error

If a formula returns a #DIV/0 error message there is a way to avoid such results.

For example the formula =A1/B1 will return a #DIV/0 if B1 is empty or a zero.

If you protect your formulas with the ISERROR function, the formula will then look like this:

=IF(ISERROR(A1/B1),0,A1/B1)

In plain English: should the result of A1 divided by B1 be an error change the result to 0 else show the result of A1/B1.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.