Hi,
I am using this formula successfully to calcualte all data in column BB for each day, H1-AL1 have my sheets names in.
I need to adjust it to sum all data in bb it AZ has a "T", but i cannot get it to work, I get a #value!
any help on this is greatly appreciated.
Hope this is of use, Rob.![[yoda] [yoda] [yoda]](/data/assets/smilies/yoda.gif)
I am using this formula successfully to calcualte all data in column BB for each day, H1-AL1 have my sheets names in.
Code:
=SUMPRODUCT(SUMIF(INDIRECT("'"&$H$1:$AL$1&"'!a2:a500"),$B2,INDIRECT("'"&$H$1:$AL$1&"'!bb2:bb500")))
I need to adjust it to sum all data in bb it AZ has a "T", but i cannot get it to work, I get a #value!
Code:
=SUMPRODUCT((INDIRECT("'"&$H$1:$AL$1&"'!a2:a500")=B2)*(INDIRECT("'"&$H$1:$AL$1&"'!bb2:bb500")="T")*(INDIRECT("'"&$H$1:$AL$1&"'!az2:az500")))
any help on this is greatly appreciated.
Hope this is of use, Rob.
![[yoda] [yoda] [yoda]](/data/assets/smilies/yoda.gif)