Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi there, this formula made into an array is not excluding empty cells. Any ideas?
{=MEDIAN(IF(A$2:A$50000=A2,IF(B$2:B$50000=B2,C$2:C $50000)))} column A and column B are categories, column C is the number. I want the median of all rows where a and b are equal, and c is not empty. in this simple example with only one a+b combo, zy median should return the number 2. Using the array, it is returning 1.5 a b c ----- z y 1 z y 2 z y z y 3 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Median Array | Excel Worksheet Functions | |||
Calculating Median Value in a large array | Excel Discussion (Misc queries) | |||
Median array formula | Excel Worksheet Functions | |||
MEDIAN() as array function? | Excel Worksheet Functions | |||
Median of an Array | Excel Programming |