C
cjwenngatz
Sorry for all the questions lately - this project is really testing my
skills :S
I have a formula I'm using to SUMIF multiple data across various
sheets:
=SUMPRODUCT(SUMIF(INDIRECT({"18","19","20","21","22","23","24"}&"!
B16:B300"),A15,INDIRECT({"18","19","20","21","22","23","24"}&"!
W16:W300")))
However, I'm looking to add a second criteria to this. Right now the
data in range B16:B300 has to match A15, but I also need to add a
second criteria where the data in column C has to match A16.
Any ideas?
skills :S
I have a formula I'm using to SUMIF multiple data across various
sheets:
=SUMPRODUCT(SUMIF(INDIRECT({"18","19","20","21","22","23","24"}&"!
B16:B300"),A15,INDIRECT({"18","19","20","21","22","23","24"}&"!
W16:W300")))
However, I'm looking to add a second criteria to this. Right now the
data in range B16:B300 has to match A15, but I also need to add a
second criteria where the data in column C has to match A16.
Any ideas?