Two criteria to enter text into a cell - automation not working - use formula instead
Hi!
I need to have text entered into a cell based on two criteria: a cell being completed and another cell being a date in the past. I have tried automation and it's not working. Maybe because I have formulas in the cells I'm referencing?
This formula is not working:
=IF(AND([TCP Deadline]1 < TODAY(), ISBLANK[Date Completed]35) "Late", "")
Best Answer
-
Your formula is missing a ( and comma
=IF(AND([TCP Deadline]1 < TODAY(), ISBLANK([Date Completed]35), "Late", "")
Answers
-
Your formula is missing a ( and comma
=IF(AND([TCP Deadline]1 < TODAY(), ISBLANK([Date Completed]35), "Late", "")
-
awesome! thank you :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!