dwg83
Board Regular
- Joined
- Nov 8, 2006
- Messages
- 174
I am using this equation:
=SUMPRODUCT((($AH$100:$AI$100<>"")*($AH$101:$AI$101)*($AH$100:$AI$100)))
only problem is, is if one of the cells I am testing has a formula that returns "", the value of the cell with the original equation is #VALUE!
Is there a way around this?
Thanks,
David
=SUMPRODUCT((($AH$100:$AI$100<>"")*($AH$101:$AI$101)*($AH$100:$AI$100)))
only problem is, is if one of the cells I am testing has a formula that returns "", the value of the cell with the original equation is #VALUE!
Is there a way around this?
Thanks,
David