Copy Down formula plus 3 cols

Gusher

Board Regular
Joined
Aug 21, 2011
Messages
199
Hi,

In cell A1 I have =FZ33 so returns the contents of cell FZ33. In cell A2 I have =GC33. In Cell A3 I have =GF33. SO what is happening here is I am reporting the contents of row 33 every three columns. I want a formual that I can copy down in col A. So if I copy the formula in Cell A3 to A4 it will report the contents of cell GI33 and so on copying down col A. Many Thanks
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Maybe in A1...
Excel Formula:
=INDIRECT(ADDRESS(33,179+ROW($B1)*3))
and drag down
 
Last edited:
Upvote 0
You're welcome, if there is ever the chance that you will need to delete any rows then use the formula below as it is a bit more robust

Excel Formula:
=INDIRECT(ADDRESS(33,179+ROWS($B$1:$B1)*3))
 
Upvote 0

Forum statistics

Threads
1,215,013
Messages
6,122,694
Members
449,092
Latest member
snoom82

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