INDIRECT Formula does not like tab names

Joined
Oct 29, 2015
Messages
30
Office Version
  1. 365
Platform
  1. Windows
Hi,

I have the following formula:

=SUMIF(INDIRECT$D9&"!$G210:G300"),"Months",INDIRECT(D$9&"!F210:F300")))

The tab names are a mixture of letters and numbers e.g. "05.1.1 Stage 3 (2)"

Column D contains the Sheet Name - the formula only seems to work when I change it to a text value. I have tried a ' at the front of the cell value in Column D to no avail.

Any ideas on what the blocker might be?
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
How about
Excel Formula:
=SUMIF(INDIRECT("'"&$D9&"'!$G210:G300"),"Months",INDIRECT("'"&D$9&"'!F210:F300"))
 
Upvote 0
Solution
You were missing an opening bracket for the 1st indirect & you didn't have the ' before & after the cell reference for the sheet name.
 
Upvote 0

Forum statistics

Threads
1,215,076
Messages
6,122,984
Members
449,092
Latest member
Mr Hughes

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