Sum multiple sheets with indirect function

cshetty

Board Regular
Joined
Apr 15, 2017
Messages
76
Office Version
  1. 2016
Platform
  1. Windows
Dear Experts
I have a workbook which has sheets from Jan to Dec. and one combined sheet for the year.

Since it is the beginning of the year, now I have only 01-23 sheet.

My formula works fine when all the sheets are present.

=SUMPRODUCT(SUMIF(INDIRECT("'"&$U$4:$U$15&"'!$B$4:$B$600"),B21,INDIRECT("'"&$U$4:$U$15&"'!$N$4:$N$600")))

U4:U15 names of sheets for all the 12 months.

Is there any way to tune the formula to ignore the sheets which are not yet created on the workbook.

Thanks in advance
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Dear Experts
I have a workbook which has sheets from Jan to Dec. and one combined sheet for the year.

Since it is the beginning of the year, now I have only 01-23 sheet.

My formula works fine when all the sheets are present.

=SUMPRODUCT(SUMIF(INDIRECT("'"&$U$4:$U$15&"'!$B$4:$B$600"),B21,INDIRECT("'"&$U$4:$U$15&"'!$N$4:$N$600")))

U4:U15 names of sheets for all the 12 months.

Is there any way to tune the formula to ignore the sheets which are not yet created on the workbook.

Thanks in advance

Managed to sort this out using offset function on list of sheets based on current month.
 
Upvote 0

Forum statistics

Threads
1,214,644
Messages
6,120,709
Members
448,983
Latest member
Joaquim_Baptista

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