The following formula works fine...
=COUNTIFS(R30:DH30,">"&(MEDIAN(R30:DH30)))
This formula works fine as long as you Ctrl+Shift+Enter
=COUNTIFS(R2:DH2,">"&MEDIAN(IF((R2:DH2>0),R2:DH2)))
The formula below doesn't error out but it reports zero (this is not true when you look at the data). How can I get the same output as the formula above + Crtl+Shift+Enter when it is embedded in another formula?
=COUNTIFS(R31:DH31,">"&(MEDIAN(IF((R31:DH31>0),R31:DH31))))
I have used this same formula format for a conditional formatting situation and it worked great...
Before you ask, please assume this will lead to something more complex and I want to go this route for the answer. If there is no good answer and you have another route, please propose it.
Thanks,
Cummins
=COUNTIFS(R30:DH30,">"&(MEDIAN(R30:DH30)))
This formula works fine as long as you Ctrl+Shift+Enter
=COUNTIFS(R2:DH2,">"&MEDIAN(IF((R2:DH2>0),R2:DH2)))
The formula below doesn't error out but it reports zero (this is not true when you look at the data). How can I get the same output as the formula above + Crtl+Shift+Enter when it is embedded in another formula?
=COUNTIFS(R31:DH31,">"&(MEDIAN(IF((R31:DH31>0),R31:DH31))))
I have used this same formula format for a conditional formatting situation and it worked great...
Before you ask, please assume this will lead to something more complex and I want to go this route for the answer. If there is no good answer and you have another route, please propose it.
Thanks,
Cummins