Need to have multiple worksheets use a single worksheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to have multiple worksheets use a single worksheet to do
calculations.the calculation worksheets needs to get info from the indivdual
worksheets. can you use varables in the formulas. ex ='WEEK 1'!B3 can you use
a varible for 'WEEK 1'!
 
Check in the help file for info on the INDIRECT() function

If you put "Week 1" in cell A1, your formula would read

=INDIRECT("'"&a1&"'!B3")

PS - If you change your tab/sheet names so that there are no spaces - Week1
or Week_1, as examples - you can dispense with the single quotes around the
sheet name
 

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

Back
Top