Help with IF(AND(ISBLANK statement
Hey there, looking for help with this formula:
=IF(AND(ISBLANK([Orientation Appointment]3)), [HR RedCarpet Green Light]3=0), "Red", "Green")
Trying to get it to read a Red ball if "Orientation Appointment" cell is blank AND if "HR RedCarpet Green Light" cell is not checked, but I seem to be doing something wrong.
Thanks!
Answers
-
You have an extra close parentheses after the Orientation Appointment piece. Try this:
=IF(AND(ISBLANK([Orientation Appointment]3), [HR RedCarpet Green Light]3=0), "Red", "Green")
-
AH! Those darn parenthesis get me every time. Thanks!
-
Hmmm so the formula works but not the way I intend.
If "Orientation Appointment" is filled in but the HR RedCarpet Green Light is not checked, it's showing green. I need both those conditions to be true for it to be green, but it seems to only be applying the logic to one condition and not the other.
So BOTH the orientation needs to be filled in and the HR REdCarpet Green light checked for it to show green. What am I doing wrong?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!