View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default How do I get data in several columns to appear all in one column?

Enter this in G1 and copy down until you get zeros.

=INDIRECT(CHAR(65+MOD(ROW()-1,6))&INT((ROW()-1)/6)+1)

i.e. if you have a range of A1:F50 you would copy down to G300


Gord Dibben MS Excel MVP

On Fri, 5 Jun 2009 08:29:02 -0700, winston
wrote:

I have 6 columns of names on a worksheet. I would like to end up with all
the names in one column without have to cut and paste each of the 5 columns
to the one destination column. Is there an easier way to accomplish this?