Formula IF and NOT Validation
I am trying to check a flag when two conditions are met:
- End Date is past Today's Date
- Status is NOT "Complete"
I am sturggling with this for some reason and cant see where I missed something:
=IF((TODAY() > End@row, NOT(Status@row = "Complete", 1,0)))
Any pointers would be helpful.
Best Answer
-
After some serious tinkering I found an easier way for those that are wondering the result:
=IF(AND(TODAY() > End@row, Status@row <> "Complete"), 1, 0)
Answers
-
After some serious tinkering I found an easier way for those that are wondering the result:
=IF(AND(TODAY() > End@row, Status@row <> "Complete"), 1, 0)
-
Hi Mike,
Thank you for sharing your solution!
Cheers,
Genevieve
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives