change sheet reference but not cell reference

Upallnite

New Member
Joined
Apr 29, 2014
Messages
7
Hello ~

Can someone assist in helping me with correct formula.
1. I have 12 sheets (Jan, Feb, Mar, etc...)
2. I have a master sheet to "recap" the 12 sheets.
3. I have the first formula to read " =JAN!E49 (which means I am pulling information from Jan sheet from cell E49)

Now, I want to copy the cells down and have JAN to read FEB and keep the E49 (=FEB!$E49) so I have entered a $ to keep the E49.

so my question is - how do I tell the formula to change the sheet name and Keep the cell when I copy down. (I know to utilize the $ to keep the cell, I just need to know how to tell it to change the sheet name - is this possible?)
example
=JAN!$E49, =FEB!$E49, =MAR!$E49, etc....
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Hi,

May be;

=INDIRECT(ADDRESS(49,5,1,1,TEXT(DATE(1,ROW(A1),1),"mmm")))
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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