Thread: Text to Column
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default Text to Column

One way, with say data in Columns A, B, and C, try this in say D1:

=A1&"-"&B1&"-"&C1

And copy down as needed.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"officegirl" wrote in message
...
Can one do the opposite of Text to column
have data in several different columns and merge them into one with a -
btw
the content of the diff. columns?