Printable Version | Subscribe | Add to Favourites
New Topic New Poll New Reply
Author: Subject: Excel guru needed .....
Jasper

posted on 14/2/06 at 02:04 PM Reply With Quote
Excel guru needed .....

I have an address list with the first column with the full name in it, but last name first. I want to swap the names around in the first column so I can print out address labels, and I know there's an easy way to do if but I'm bugger if I can find or remember it.

Any advice gratefully received ...

View User's Profile View All Posts By User U2U Member
Agriv8

posted on 14/2/06 at 02:16 PM Reply With Quote
Quickest way :-

1 insert blank column to the Right
2 highlight Column
3 menu data --> text to columns
4 select delimited data
5 take a tick out of tab and tick 'other' and enter a space in box
6 check this puts a line in the right Place
7 click finish

Should have data accross two columns mail merge as normal





Taller than your average Guy !
Management is like a tree of monkeys. - Those at the top look down and see a tree full of smiling faces. BUT Those at the bottom look up and see a tree full of a*seholes .............


View User's Profile View All Posts By User U2U Member
gingerprince

posted on 14/2/06 at 02:17 PM Reply With Quote
quote:
Originally posted by Jasper
I have an address list with the first column with the full name in it, but last name first. I want to swap the names around in the first column so I can print out address labels, and I know there's an easy way to do if but I'm bugger if I can find or remember it.

Any advice gratefully received ...


Highight the column, then choose "Text to columns" from the Data menu. Split by "space" delimiter then this will split them into columns. You can then move the surname to the last column, or use the CONCATENATE function to reform into the correct order.


Sy

View User's Profile View All Posts By User U2U Member
nludkin

posted on 14/2/06 at 02:22 PM Reply With Quote
Or the old fashioned way.

=CONCATENATE(RIGHT(A1,LEN(A1)-FIND(",",A1,1))," ",LEFT(A1, LEN(A1)-FIND(",", A1,1)))

Where A1 is the cell that the name is in.

View User's Profile View All Posts By User U2U Member
nludkin

posted on 14/2/06 at 02:29 PM Reply With Quote
Doh. Schoolboy error.. Fixed :-)

=CONCATENATE(TRIM(RIGHT(A1,LEN(A1)-FIND(",",A1,1))), " ", LEFT(A1, FIND(",", A1,1)-1))

I hate excel

View User's Profile View All Posts By User U2U Member
Jasper

posted on 14/2/06 at 02:36 PM Reply With Quote
Cheers chaps
View User's Profile View All Posts By User U2U Member

New Topic New Poll New Reply


go to top






Website design and SEO by Studio Montage

All content © 2001-16 LocostBuilders. Reproduction prohibited
Opinions expressed in public posts are those of the author and do not necessarily represent
the views of other users or any member of the LocostBuilders team.
Running XMB 1.8 Partagium [© 2002 XMB Group] on Apache under CentOS Linux
Founded, built and operated by ChrisW.