Using Excel rules, what formula I can use to highlight a cell based on two different cells - Stack Overflow

What formula can I use in rules that can accomplish the following:If there’s text on E2 and D1 its BLA

What formula can I use in rules that can accomplish the following:

If there’s text on E2 and D1 its BLANK, then Cell C1 will be highlighted green

Something similar to this. =COUNTIFS(E2:E6, TRUE, B:B, B1, B:B, 0)

What formula can I use in rules that can accomplish the following:

If there’s text on E2 and D1 its BLANK, then Cell C1 will be highlighted green

Something similar to this. =COUNTIFS(E2:E6, TRUE, B:B, B1, B:B, 0)

Share Improve this question asked Feb 3 at 5:07 ChrisChris 294 bronze badges 2
  • Try =AND(ISTEXT(E2),D1=""). Or =(E2<>"")*(D1=""). – Harun24hr Commented Feb 3 at 5:11
  • =(E2<>"")*(D1="") worked like a charm! Thank you. – Chris Commented Feb 3 at 5:53
Add a comment  | 

1 Answer 1

Reset to default 2

In CF rule, custom formula field put the following formula-

=(E2<>"")*(D1="")

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745248775a4618549.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信