Thread: Consolidation
View Single Post
  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

=a1&","&b1&","&c1

if a1, b1 or c1 could be empty and you don't want x,,z, then this'll work, too:

=SUBSTITUTE(TRIM(A1&" "&B1&" "&C1)," ",",")



capnsean wrote:

I have a large amount of data in several columns that I would like to
put into one in the following manner:

A1=x
B1=y
C1=z

I want to consolidate x y and z with commas in one cell = x,y,z

Thanks for the help!

--
capnsean
------------------------------------------------------------------------
capnsean's Profile: http://www.excelforum.com/member.php...o&userid=25049
View this thread: http://www.excelforum.com/showthread...hreadid=385725


--

Dave Peterson