Excel 中嵌套 IF 语句出现错误
我使用了一个稍微复杂的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论