Populating data from a column list to a grid

d2_ward

New Member
Joined
May 22, 2024
Messages
1
Office Version
  1. 365
This is my 1st post, so apologies if I miss anything.

In brief, I have a column of numeric data that is 6241 rows long.
I want to populate (or transform) that data into a 79x79 table. The 79x79 is a customer's form, so it cannot be modified and my data must fit/conform exactly within this 79x79 grid.

I could copy the first 79 rows worth of entries and paste into a column, then copy the next 79 rows of data into the adjacent column, and so on until I have a 79x79 grid, but I would wager there is a more efficient way to do this, and since I will likely need to do this operation quarterly, I would like to know if there is a formula that I can use.

I do NOT know VBA or SQL. 😕

Can anyone help me? Thanks!
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
A formula option would be this. Try:
Excel Formula:
=WRAPCOLS(data range,79)

or
Excel Formula:
=WRAPROWS(data range,79)
 
Upvote 1

Forum statistics

Threads
1,217,382
Messages
6,136,239
Members
450,000
Latest member
jgp19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top