Fin Fang Foom
Well-known Member
- Joined
- Mar 20, 2005
- Messages
- 598
Hi everyone
I have this formula below it will sum across worksheets.
=SUMPRODUCT(SUMIF(INDIRECT("'"&$D$2:$D$4&"'!"&CELL("address",A1:B1)),"<>"))
However I would like A1 multiplies B1 so I tried to change the formula into this:
=SUMPRODUCT(SUMIF(INDIRECT("'"&$D$2:$D$4&"'!"&CELL("address",A1*B1)),"<>"))
You notice I changed the colon with a multiplication sign.
CELL("address",A1*B1)),"<>"))
It does not work, is there a work around for this?
I have this formula below it will sum across worksheets.
=SUMPRODUCT(SUMIF(INDIRECT("'"&$D$2:$D$4&"'!"&CELL("address",A1:B1)),"<>"))
However I would like A1 multiplies B1 so I tried to change the formula into this:
=SUMPRODUCT(SUMIF(INDIRECT("'"&$D$2:$D$4&"'!"&CELL("address",A1*B1)),"<>"))
You notice I changed the colon with a multiplication sign.
CELL("address",A1*B1)),"<>"))
It does not work, is there a work around for this?