countif/countifs ignoring blanks

Fazila

Board Regular
Joined
Nov 19, 2014
Messages
163
I need the percentages of values where it is greater than or equal to 0, however, for each column the value is different and to get the values I have used an index match formula so all cells have a formula which is causing the issues.

So far I have tried:

=countif(index(data,0,match(d1,heads,0)),">=0"/countif(index(data,0,match(d1,heads,0)),"<>")
=countif(index(data,0,match(d1,heads,0)),"<>")/countif(index(data,0,match(d1,heads,0)),"?*")
=countif(index(data,0,match(d1,heads,0)),"<>")/countif(index(data,0,match(d1,heads,0)),">""")

Unfortunately neither of these options work

It gets a bit more complicated that this then needs to be broken down into different categories so I would need a countifs formula:

=countif(countifs(gender,b5,index(data,0,match(d1,heads,0)),"<>")/countifs(gender,b5,index(data,0,match(d1,heads,0)),">""")

Any help would be very much appreciated.

Thanks

Fazila
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.

Forum statistics

Threads
1,213,536
Messages
6,114,207
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top