Hello,
I would like to compute the median based on non contiguous cells excluding zero (because i want to use a boolean to select cells I want to include in the median)
A | D | F
0 | 1 | 1
1 | 2 | 3
Something like MEDIAN(IF({A1;D1;F1}*{A2;D2;F2}<>0;{A2;D2;F2})) or MEDIAN(IF({A1*A2;D1*D2;F1*F2}<>0;{A2;D2;F2}))
Could you please help me ?
Many thanks
Bookmarks