fadetograham
New Member
- Joined
- Jul 6, 2015
- Messages
- 39
Hi guys
Got a couple of sumproduct formulas, which I now need to ignore hidden values in all columns contained within the formula when another column is filtered.
=SUMPRODUCT(((M5:M667="Yes")*(P5:P667="Yes"))+((T5:T667="Yes")*(V5:V667="Yes")))
&
=SUMPRODUCT(((M5:M667="Yes")*(P5:P667="No")*(T5:T667="No")*(NOT(V5:V667="Yes"))*(NOT(V5:V667="Awaiting Response"))+(V5:V667="No")))
I've managed it for a more simple formula using a tutorial I found on the use of sumproduct subtotal offset but only looking for 1 value/block of text but can't seem to integrate for these more complex ones.
If anyone can help or point me in the direction of a more advanced tutorial would really appreciate it.
Thanks
Graham
Got a couple of sumproduct formulas, which I now need to ignore hidden values in all columns contained within the formula when another column is filtered.
=SUMPRODUCT(((M5:M667="Yes")*(P5:P667="Yes"))+((T5:T667="Yes")*(V5:V667="Yes")))
&
=SUMPRODUCT(((M5:M667="Yes")*(P5:P667="No")*(T5:T667="No")*(NOT(V5:V667="Yes"))*(NOT(V5:V667="Awaiting Response"))+(V5:V667="No")))
I've managed it for a more simple formula using a tutorial I found on the use of sumproduct subtotal offset but only looking for 1 value/block of text but can't seem to integrate for these more complex ones.
If anyone can help or point me in the direction of a more advanced tutorial would really appreciate it.
Thanks
Graham