Thread: List to grid
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default List to grid

Perhaps a formula which can also re-arrange it
while you await the vba way

In B1:
=OFFSET($A$1,ROW(A1)+COLUMN(A1)*6-7,)
Copy B1 down to B6, fill across to N6 to exhaust the source col
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Jim" wrote in message
...
Hi

Anyone know how to convert a list of number (A1:A78) to a 6 column grid so
the numbers go down 6 rows and down the next 6 rows etc until you reach
the end of the list/col?

I'd like to do it in VBA but I'm not clever enough!

Thanks

Jim