超越#VALUE!错误
我正在使用此函数 =IF(H9-D9-I9-J9=0,"",H9-D9-I9-J9) 但是,它不会显示任何内容,而是显示 #VALUE!当第一个陈述为真时。如果第一个语句是错误的,它就会起作用。
I am using this function =IF(H9-D9-I9-J9=0,"",H9-D9-I9-J9) however instead of displaying nothing it displays #VALUE! when the first statement is true. It works if the first statement is false.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据调查。尝试查看 H9、D9、I9 和 J9 的值是否为 NUMBER。也许 H9、D9、I9 和 J9 中存在 STRING 值导致 #VALUE!。
Based on the investigation. Try to look if the value of H9,D9,I9 and J9 is a NUMBER. Maybe there is STRING value in H9,D9,I9 and J9 that cause #VALUE!.