View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
iwins iwins is offline
external usenet poster
 
Posts: 2
Default Separate data and put them into one line

I have 2 columns that have the records like
Column A Column B
Bert Dallas
Bert Texas
Bert Male
Mary Houston
Mary Texas
Mary Female
and I would like to combine them into one row
Column A Column B Column C Column D
Bert Dallas Texas Male
Mary Houston Texas Female

I've tried to do it using if statement, But I don't know have to make them
into one line. Is there any excel function that allow me to do it? If not,
what should i do? Please advise.

Thank you for the help!