linking a worksheet by a cell reference

S

SC

I have a spreadsheet that will have tabs for each month. There are fomulas
in the worksheet that reference the previous months tab (that would be labled
for example March.) Is there any way that I could have a cell in the current
worksheet that you could input the previous months name and the formulas
automatically change to reference the proper worksheet with the same name?

I would ideally like to copy the worksheet change a cell for the previous
month and not have to re reference the formulas to pick up the proper tab.
 
B

Bernard Liengme

Suppose you have ="March!A1" in D10 of the summary sheet
In some cell (say D9) enter the text March
In D10 use =INDIRECT(D9&"!A1")
best wishes
 
P

Pierre

I have a spreadsheet that will have tabs for each month.  There are fomulas
in the worksheet that reference the previous months tab (that would be labled
for example March.)  Is there any way that I could have a cell in the current
worksheet that you could input the previous months name and the formulas
automatically change to reference the proper worksheet with the same name?

I would ideally like to copy the worksheet change a cell for the previous
month and not have to re reference the formulas to pick up the proper tab. 

SC, you might fiddle with this concept: On your current months tab,
create a dropdown list through data validation which contains a list
of all your tab names.

Now create formulas using the now visible selection as your referenced
range and do a series of lookups or whatever function you chose to
extract the desired data.

Its a start.
Pierre
 
S

SC

Thanks!! That worked perfectly! It will definetly beat find & replacing
the worksheet reference!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top