【发布时间】:2016-06-21 10:37:20
【问题描述】:
我有以下 Excel 电子表格:
A B C D
1 Purchase Price Sales Price Purchase Price > Sales Price
2 Product A 50 40 ={COUNTIF(B2:B6;">"&C2:C6)}
3 Product B 60 65
4 Product C 80 60
5 Product D 10 20
6 Product E 50 30
使用单元格 D2 中的公式,我检测到购买价格高于销售价格的产品数量。这个公式非常有效。现在,我想更改单元格 D2 中的公式,以便计算 Purchase Price > Sales Price - 10 的产品,如果是 Product B,则意味着销售价格为 65 - 10 = 55因此需要从单元格D2的公式中计算。
您知道如何将这个 10 的非容差范围添加到单元格 D2 中的公式中吗?
感谢您的帮助。
【问题讨论】:
标签: excel