ADDINg "INDIRECT" TO EXISTING SUMIFS FORMULA

JuicyMusic

Board Regular
Joined
Jun 13, 2020
Messages
210
Office Version
  1. 365
Platform
  1. Windows
I am still trying to insert the INDIRECT argument to a SUMIFS formula.
The tab names on the Summary sheet are in Column B. They are month names from January to December. The other tab names are from January to December as well.

How do I insert INDIRECT please?

Here is my existing formula looking at the tab named January (for an example):
Excel Formula:
=IFERROR(SUMIFS(January!$T$14:$T$2000,January!$R$14:$R$2000,$A7,January!$S$14:$S$2000,G$6),0)


Thank you so much! Juicy
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Which cell has the tab name in it?
 
Upvote 0
Cell B7 thru B18 - for January to December. Month names spelt out.
 
Upvote 0
How about
Excel Formula:
=IFERROR(SUMIFS(INDIRECT("'"&B7&"'!$T$14:$T$2000"),INDIRECT("'"&B7&"'!$R$14:$R$2000"),$A7,INDIRECT("'"&B7&"'!$s$14:$s$2000"),G$6),0)
 
Upvote 0
Solution
Whaaaaaaa.........I was inserting INDIRECT while waiting for your response. You beat me too it, of course :) .......SOLVED~~~~~

I know now to insert it before that arguments that point to another tab. THANK YOU !!!
 
Upvote 0
Your welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,100
Messages
6,128,824
Members
449,470
Latest member
Subhash Chand

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