The Grim Discovery
Board Regular
- Joined
- Jan 23, 2015
- Messages
- 244
- Office Version
- 365
- Platform
- Windows
Hiya
Could anyone advise me on how best to adjust the following formula? It works fine for calculating the % of 'Yes' /'Yes'+'No' across the range J2:AB500. However, I do not wish to include columns H, L, P and T from within this range. What's making this difficult is that columns H, L, P and T also contain a load of 'yes's and 'no's.
Here's the formula:
=SUMPRODUCT(ISNUMBER(MATCH(Data!$F$2:$F$500,{"Blue,"Red","White"},0))*ISNUMBER(MATCH(Data!J2:AB500,{"YES"},0)))/SUMPRODUCT(ISNUMBER(MATCH(Data!$F$2:$F$500,{"Blue","Red","White"},0))*ISNUMBER(MATCH(Data!J2:AB500,{"YES","NO"},0)))
Thanks in advance.
Could anyone advise me on how best to adjust the following formula? It works fine for calculating the % of 'Yes' /'Yes'+'No' across the range J2:AB500. However, I do not wish to include columns H, L, P and T from within this range. What's making this difficult is that columns H, L, P and T also contain a load of 'yes's and 'no's.
Here's the formula:
=SUMPRODUCT(ISNUMBER(MATCH(Data!$F$2:$F$500,{"Blue,"Red","White"},0))*ISNUMBER(MATCH(Data!J2:AB500,{"YES"},0)))/SUMPRODUCT(ISNUMBER(MATCH(Data!$F$2:$F$500,{"Blue","Red","White"},0))*ISNUMBER(MATCH(Data!J2:AB500,{"YES","NO"},0)))
Thanks in advance.