I am using an INDIRECT function in my formula. Below is the whole formula that I am using
=SUMPRODUCT(SUMIFS(INDIRECT("'"&Accounts&"'!D3:D190"),INDIRECT("'"&Accounts&"'!A3:A190"),A51,INDIRECT("'"&Accounts&"'!c3:c190"),">="&$S$10,INDIRECT("'"&Accounts&"'!c3:c190"),"<="&$S$11))
I made a list of the worksheets names, selected and named the cells "Accounts"
The INDIRECT Formula is not capturing all the worksheets that I referenced. (Total 12)
The formula counts all the worksheets except for the last 2
I checked the names, rewrote the names, rewrote the the reference cell name and nothing is working.
My last guess is that INDIRECT will only do a maximum of 10 cells for a list. Am I right? and if so will my formula be changed?
Thanks!!
Bookmarks