Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 13 years ago.
您必须使用 and() 函数:
and()
=if(and(c2=false,d2=false),1, 0)
You have to use the and() function:
如果单元格包含 TRUE 或 FALSE,并且您想检查它们是否相同,那么只需:
=IF(C2=D2,1,0)
在这种情况下有效。
If the cells contain either TRUE or FALSE and you want to check if they are the same then, simply:
Would work in this instance.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
您必须使用
and()
函数:You have to use the
and()
function:如果单元格包含 TRUE 或 FALSE,并且您想检查它们是否相同,那么只需:
在这种情况下有效。
If the cells contain either TRUE or FALSE and you want to check if they are the same then, simply:
Would work in this instance.