Excel Help

Soldato
Joined
15 Dec 2004
Posts
3,819
Hi,

I need to create a CSV file to bulk import about a hundred or so users into AD. I have been given an excel worksheet with the names in this format in one column:

Code:
     A
Bloggs, Joe

I need to separate the first name and surname to form the username (Via the concatenate function) Basically, I would like to know if there is any excel function (Or work around methods if there aren't any) to separate the names at the comma or space and put them into two separate columns like so:

Code:
   A       B
Bloggs    Joe

Thanks for any advice

Ben
 
Soldato
Joined
7 Mar 2005
Posts
19,268
Location
LU7
I think I've worked it out for ya. I can email you an Excel spreadsheet with some formulae that as far as I can tell do what you want. Or I can add you on MSN?
 
Soldato
OP
Joined
15 Dec 2004
Posts
3,819
Think I've sorted it now. Had a look on Microsoft's website (Which I should have done first :o) and found this: Link which seems to do exactly what I want :) Thanks for looking for me though- much appreciated :cool:

Ben
 
Back
Top Bottom