Automatic Incrementing Column Reference Fromula

chrismdusa

Board Regular
Joined
Mar 20, 2003
Messages
60
I have been researching and working on this for hours. I've tried formulas using OFFSET, and INDIRECT, but can't seem to get it right.

In cell F9 I have $33.33, then 17 columns over in cell W9 I have $40.00, then 17 columns over again in cell AN9 I have $520.00. This continues every 17 columns over, with different amounts until the last one in cell ASI9.

I want to make a column of these amounts beginning in cell S17 going down, so I can add them all together in another formula. So in cell S17 right now I have =F9. What formula can I put in cell S18 to get the amount from cell W9 to appear there, but in a way that I can copy and paste into cells S18, S19, S20, etc going down giving me the amounts in cells W9, AN9, BE9, etc respectively.

Happy Memorial Day! And thanks all you veterans for your service! Thanks in advance for the Excel help!
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
In cell S17 enter:
=OFFSET($F$9,0,ROW($A1)*17-17)
and copy down.
 
Upvote 0

Forum statistics

Threads
1,215,040
Messages
6,122,806
Members
449,095
Latest member
m_smith_solihull

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