Hi,
I have two columns with numbers, let's call them A & B, and need to calculate the median of numbers in B that are associated with A's greater than 1. Doing this in one step with "median if" array (=MEDIAN(IF($B$4:$B$3288>"1",$C$4:$C$3288, )) resulted in 0, but doing it in two steps, with a helper column resulted in -0.02. Both methods appear identical to me, though the results are different.
What is the correct method?
Thank you!
I have two columns with numbers, let's call them A & B, and need to calculate the median of numbers in B that are associated with A's greater than 1. Doing this in one step with "median if" array (=MEDIAN(IF($B$4:$B$3288>"1",$C$4:$C$3288, )) resulted in 0, but doing it in two steps, with a helper column resulted in -0.02. Both methods appear identical to me, though the results are different.
What is the correct method?
Thank you!