在 Microsoft Excel 中使用条件语句
我试图找到另一列匹配的一些价格的中位数,
即,
Prices Type of product 1 Bananas 4 Peas 9 Bananas 20 Beans 5 Bananas 90 Apples
我知道如何将所有这些价格作为一个组来拉出中位数价格,但我需要 Excel 来向我显示苹果的中位数价格是多少,什么是苹果的中位数价格?根据我的农产品清单(条件中值表达式),豌豆的中位价格和香蕉的中位价格是多少。
任何有帮助的事情将不胜感激。
I am trying to find the median of some prices whereby another column matches,
ie,
Prices Type of product 1 Bananas 4 Peas 9 Bananas 20 Beans 5 Bananas 90 Apples
I know how to pull the median price for all of them as a group, but I need Excel to show me what the median price is for apples, what the median price is for peas and what the median price is for bananas based on my list of produce (a conditional median expression).
Anything that could help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用
VLOOKUP
函数来获取MEDIAN
的数据集。有关 VLOOKUP 的信息位于此处。
You need to use a
VLOOKUP
function to get your dataset for theMEDIAN
.Info on VLOOKUP is here.