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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!