很抱歉,如果问题标题不言自明。这是详细信息。
如果输入数字“ 250”单位,如何在MS Excel中设置条件/公式
成本核算规则1:如果单位是从0到100,那么价格是5.00
成本核算规则2:如果单位是从101到200,那么价格是8.00
成本核算规则3:如果单位是从201到300,那么价格是10.50
因此公式应这样计算:(100 * 5)+(100 * 8)+(50 * 10.50)= 1825
谢谢你的协助!您能否创建一个可以进行这样的计算的公式:(100 * 5)+(100 * 8)+(50 * 10.50)= 1825?我了解您的意思,但我仍然没有这样做。
—
穆罕默德·阿里·哈米斯

IF在公式中添加。用自然语言会是If the amount of units is greater than 0 and less than 101 the price is 5 times the amount. If the amount of units is greater than 100 and less than 201 the price is 8 times the mount ...