Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
公式是找出要在excel中用于订购表格的倍数的差异。例如,商品的订单必须以 6 的倍数排列,每订购 6 件,您就可以免费获得一件。因此对于 6 个计算结果需要显示“1 item free”。12个计算结果需要显示“2项免费”。对于 11,需要显示“多订购 1 件,或少订购 5 件”。
如何在 Excel 电子表格中定义此公式/计算?
你想要模块化数学:
例如购买了 14 件商品,以 5 件为一组购买:
14 mod 5 = 4 buy 1 more (5 - 4) or 4 less.