R
Romileyrunner1
Hi, got a problem with the following:
I want to find the percentage of cells that are greater than 24 in a collumn
out of all the cells in the collumn that have an entry (some will be blank) .
Then I want to do the same but only for the cells that satisfy a pervious
requirement from an earlier collumn eg "Female".
SUMPRODUCT((E10:E89="Female")*(GD10:GD89>24))/SUMPRODUCT((E10:E89="Female")*(GD10:GD89>0))
Would this work???
Thanks
RR1
I want to find the percentage of cells that are greater than 24 in a collumn
out of all the cells in the collumn that have an entry (some will be blank) .
Then I want to do the same but only for the cells that satisfy a pervious
requirement from an earlier collumn eg "Female".
SUMPRODUCT((E10:E89="Female")*(GD10:GD89>24))/SUMPRODUCT((E10:E89="Female")*(GD10:GD89>0))
Would this work???
Thanks
RR1