- UID
- 222290
- 帖子
- 1126
- 主题
- 88
- 注册时间
- 2011-7-2
- 最后登录
- 2016-4-16
|
no Pivot Tables do not allow medians.
I got this to work, but I am just using a toy dataset. There must be something wrong with your data at some point. I used array-entering as well.
does Percentile help? Same formula, just use Percentile instead of Median and add ,0.5)
=PERCENTILE(IF($A$2 A$13="revenue",B2:B13),0.5)
so my question to you would be what's in your data that causes Median to fail:
- Logical values and text representations of numbers that you type directly into the list of arguments are counted.
- If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included.
- Arguments that are error values or text that cannot be translated into numbers cause errors. |
|