ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   List to grid (https://www.excelbanter.com/excel-worksheet-functions/130041-list-grid.html)

Jim

List to grid
 
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



Max

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




Jim

List to grid
 
Max

That's great, many thanks.

Jim

"Max" wrote in message
...
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






Max

List to grid
 
You're welcome, Jim !
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Jim" wrote in message
...
Max

That's great, many thanks.

Jim




Gord Dibben

List to grid
 
Not clear what "down 6 rows and down the next 6 rows" means.

Do you mean across 6 columns?

1,2,3,4,5,6
7,8,9,10,11,12

Or 6 columns with 1 - 13, 14 - 26 etc.?


Gord Dibben MS Excel MVP

On Fri, 9 Feb 2007 16:54:58 -0000, "Jim" wrote:

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



Gord Dibben

List to grid
 
A question here.

Max's method gives you a 13 column by 6 row grid.

How does that reconcile with "convert a list of number (A1:A78) to a 6 column
grid "?


Gord

On Fri, 9 Feb 2007 18:01:32 -0000, "Jim" wrote:

Max

That's great, many thanks.

Jim

"Max" wrote in message
...
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







All times are GMT +1. The time now is 11:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com