Mr Spreadie
New Member
- Joined
- Oct 28, 2015
- Messages
- 2
Hi all,
I'm curious to see if anyone's got any bright ideas about how to simply a sum formula I've created. I'm trying to sum figures in the range of columns O:R on a WS named 'Daily', where the only rows considered are text values from the range B6:B12 that are also in column D on the Daily WS. I've manged to make it work using the following formula:
=SUMPRODUCT(SUMIF(Daily!B:B,S6:S12,Daily!O:O)+SUMIF(Daily!B:B,S6:S12,Daily!P:P)+SUMIF(Daily!B:B,S6:S12,Daily!Q:Q)+SUMIF(Daily!B:B,S6:S12,Daily!R:R))
I was hoping to simply it and attempted the following:
=SUMPRODUCT(SUMIF(Daily!B:B,S6:S12,Daily!O:R))
However, the above SUMPRODUCT function only allows the critera (S6:S12) to become a range but not the sum range (Daily!O:R) too.
Any bright spark have any clues how to get the simplified version working?
Thanks in advance!
I'm curious to see if anyone's got any bright ideas about how to simply a sum formula I've created. I'm trying to sum figures in the range of columns O:R on a WS named 'Daily', where the only rows considered are text values from the range B6:B12 that are also in column D on the Daily WS. I've manged to make it work using the following formula:
=SUMPRODUCT(SUMIF(Daily!B:B,S6:S12,Daily!O:O)+SUMIF(Daily!B:B,S6:S12,Daily!P:P)+SUMIF(Daily!B:B,S6:S12,Daily!Q:Q)+SUMIF(Daily!B:B,S6:S12,Daily!R:R))
I was hoping to simply it and attempted the following:
=SUMPRODUCT(SUMIF(Daily!B:B,S6:S12,Daily!O:R))
However, the above SUMPRODUCT function only allows the critera (S6:S12) to become a range but not the sum range (Daily!O:R) too.
Any bright spark have any clues how to get the simplified version working?
Thanks in advance!