Changing only a Sheet Name in a formula in copy/paste

notanexpert

Board Regular
Joined
May 21, 2009
Messages
142
if a formula is:
='Game 1'!$C$6

and I want to drag that down in to several other rows, but i want it to game the game number from 1 to 2 to 3 etc... on down the list while leaving the column and row alone

could it be accomplished dragging it into different columns (horizontally) as well?
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
I think you'd have to use INDIRECT() to achieve this.

create another column and enter Game 1 in the first cell. Say we use A2:A10

Then in B2

=INDIRECT("'" & A2 & "'!$C$6")

and copy down

HTH
 
Upvote 0
I got to be honest, i am not sure i exactly understand what your formula is doing but it is working and i think i can get it to do what i want for now.

thanks a million.
 
Upvote 0

Forum statistics

Threads
1,214,629
Messages
6,120,630
Members
448,973
Latest member
ChristineC

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