is there a way to reference a cell, then just reference that cell +3 column?

imthedan

New Member
Joined
Sep 26, 2017
Messages
2
On one sheet, I have data at C19, C20 and C21. I want to be able to just pull down the formula so that it'll automatically show the data from the same cells, but 3 columns over... so, for example.

C19, C20, C21
F19, F20, F21
I19, I20, I21
L19, L20, L21

I want to be able to copy down a list that I have set up that'll reference those cells on another sheet. The data is on a sheet named Games.

Thanks!
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Try this:
=INDIRECT("Games!"&"R"&COLUMN(A1)-COLUMN($A$1)+19&"C"&((ROW(A1)-ROW($A$1)+1)*3),FALSE)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,828
Messages
6,181,201
Members
453,022
Latest member
RobertV1609

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