
- UID
- 223348
- 帖子
- 250
- 主题
- 63
- 注册时间
- 2011-7-11
- 最后登录
- 2013-8-22
|
You could just add another column. There might be an array solution, but I wouldn't recommend it as you will spend ages trying to work out what it is doing.
So my solution would be.
Column B = If(A...="Revenue",A...,"")
Median = Large (Column A, Countif (Column B,">0")/2) |
|