russellday
New Member
- Joined
- Apr 30, 2015
- Messages
- 24
Hi I have a set of columns G7:I25 of results that contain yes,no or N/A. I would like to count the "yes" and "N/A results and then work out as a % of all results.
I have the formula below which counts yes and then works a % of yes+no but want to include also the N/A
=IFERROR(COUNTIF(G7:I25,"Yes")/(COUNTIF(G7:I25,"Yes")+COUNTIF(G7:I25,"No")),"")
Thanks in advance
I have the formula below which counts yes and then works a % of yes+no but want to include also the N/A
=IFERROR(COUNTIF(G7:I25,"Yes")/(COUNTIF(G7:I25,"Yes")+COUNTIF(G7:I25,"No")),"")
Thanks in advance