This formula is giving me a #VALUE! error:
{=MEDIAN(IF((B3,E3,H3,K3,N3,Q3)<>0,(B3,E3,H3,K3,N3,Q3)))}
(Yes, I did Shft + Ctrl + Enter to create the array formula.)
Can I not use that like I would use:
{=MEDIAN(IF(C3:C33<>0,C3:C33))}
If not, how can I perform the equivalent of finding the median of a specific set of cells, not a range?
{=MEDIAN(IF((B3,E3,H3,K3,N3,Q3)<>0,(B3,E3,H3,K3,N3,Q3)))}
(Yes, I did Shft + Ctrl + Enter to create the array formula.)
Can I not use that like I would use:
{=MEDIAN(IF(C3:C33<>0,C3:C33))}
If not, how can I perform the equivalent of finding the median of a specific set of cells, not a range?