最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

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

programmeradmin1浏览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)

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="")

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论