Sumif函数添加最小数字


2

我试图在列O到R中的一行1中添加最小的数字。然后我想将找到的数字(最小)添加到S列中的值。使用什么公式?我知道它很复杂,但我几乎拥有它。

Answers:


1

我认为这可能会帮助你,虽然它不使用sumif。我希望我有正确的想法:

= SUM(MIN(O1:R1)+ S1)


您能否将问题标记为已回答?
Kaizerwolf
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.