Combine multiple columns
Are the dashes already in place?
=A1 & " " & B1 & " " & C1 & " " & D1
If not...............
=A1 & " -" & B1 & " -" & C1 & " -" & D1
Adjust to suit.
Gord Dibben MS Excel MVP
On Mon, 1 Dec 2008 12:53:00 -0800, Nichole
wrote:
Hello,
Is it possible to combine multiple columns of info into a single column? I’m
working with Excel 2003. Example: column A- 4. Column B- After term. Column
C- charges after term date. Column D- charges not covered. I need it to look
similar to this:
4 -After term -charges after term date-charges not covered
|