IF AND FORMULA
Fialko66
✭✭✭✭
Can anyone help with this formula please as i have tried to get it to work unsuccessfully but might even be barking up the wrong tree altogether
=IF (NOT (AND (G2 = "COMPLETE",C2 < today()),"OVERDUE",""))
Basically i want the cell to flag as 'OVERDUE' if G2 does not have complete in it and C2's date is less than today
Thank you
Tags:
Best Answer
-
Try this:
=IF(AND(G2 <> "COMPLETE", C2< TODAY()), "OVERDUE")
Answers
-
Try this:
=IF(AND(G2 <> "COMPLETE", C2< TODAY()), "OVERDUE")
-
Thanks Paul - Problem solved, i think i was over complicating it
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!