Hey all. I am trying to get the sum of values on the same row and column of each tab in my workbook. right now i am using
=SUMPRODUCT(SUMIF(INDIRECT("'"&$B$86:$B$111&"'!$A$8:$A$78"),$A8,INDIRECT("'"&$B$86:$B$111&"'!I$8:I$78")))
but i am wondering if there is a easier way that I have just blanked on. any help would be appreciated.
=SUMPRODUCT(SUMIF(INDIRECT("'"&$B$86:$B$111&"'!$A$8:$A$78"),$A8,INDIRECT("'"&$B$86:$B$111&"'!I$8:I$78")))
but i am wondering if there is a easier way that I have just blanked on. any help would be appreciated.