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
- 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!