Excel 中嵌套 IF 语句出现错误

发布于 2025-01-10 11:41:44 字数 342 浏览 0 评论 0原文

我使用了一个稍微复杂的 if 语句来实现一个简单的算法,以找到最小的正数,将其与某个数字进行比较,然后将其返回到某个列中的另一个数字中。但是我收到一条错误消息,说我应该添加撇号。这里有语法错误吗?我是新手,我希望有更多专业知识的人来检查。这是我的代码。

=IF(MIN(IF(I2:O2>0,I2:02))=C2,I2,IF(MIN(IF(I2:O2>0,I2:02))=J2,D2,IF(MIN(IF(I2:O2>0,I2:02))=K2,E2,IF(MIN(IF(I2:O2>0,I2:02))=L2,F2,IF(MIN(IF(I2:O2>0,I2:02))=M2,G2,A2)))))

I used a slightly complicated if statement for a simple algorithm to find the smallest positive number, compare it with a certain number and then return it in a another number in a certain column. However I get an error saying that i should add an apostrophe. Is there a syntax error here? I am new to excel and I wanted someone more with more expertise to check. Here is my code.

=IF(MIN(IF(I2:O2>0,I2:02))=C2,I2,IF(MIN(IF(I2:O2>0,I2:02))=J2,D2,IF(MIN(IF(I2:O2>0,I2:02))=K2,E2,IF(MIN(IF(I2:O2>0,I2:02))=L2,F2,IF(MIN(IF(I2:O2>0,I2:02))=M2,G2,A2)))))

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文