简体   繁体   English

Excel 公式 SUMIF 无法正常工作

[英]Excel formula SUMIF not working correctly

I have a question on Excel sumifs formula.我有一个关于 Excel sumifs 公式的问题。 Please refer to the picture below.请参考下图。

  1. Why is the sum of category ">= USD 1 Bil" summing all the values in the value column?为什么类别“>= 10 亿美元”的总和将值列中的所有值相加?
  2. Why is the sum of category "<USD 1 Bil" summing the values of categories ">= USD 1 Bil" and "<USD 1 Bil"?为什么类别“<USD 1 Bil”的总和与类别“>= USD 1 Bil”和“<USD 1 Bil”的值相加?

Thanks in advance for all your help.在此先感谢您的帮助。

EXCEL SUMIF QN

The issue arises because you are using operators such as >, >=, < etc. Use categories in words and it should work as expected.出现问题是因为您使用了 >、>=、< 等运算符。在单词中使用类别,它应该会按预期工作。

Screenprint below for your reference以下截图供您参考

Sumifs

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM