IF Formulas including Blanks and AND / OR
Hi
I'm looking for a formula that will show me whether a deadline has been met.
My Deadline Met formula is currently only taking into account the Agreed Deadline Date and the Date Completed =IF([Date Complete]@row <= [Agreed Deadline]@row, "Yes", "No")
However, what I really need it to do is also check if a). There is a date in the Renegotiated Date and if there is, is this date <= Date Completed.
The use cases are:
As a job completer
I want to select Complete once I have completed a job allocated to me
So that the date completed can be recorded
As a supervisor
I want to be able to see whether a deadline was met, whether it was an originally agreed deadline or re-negotiated date
So that I can track how many jobs are being completed on time
Hope that helps
TIA
Cheryl
Best Answer
-
How about that?
=IF([Date Complete]@row <= IF(isblank([Renegociated date]@row),[Agreed Deadline]@row,[Renegociated date]@row), "Yes", "No")
Answers
-
How about that?
=IF([Date Complete]@row <= IF(isblank([Renegociated date]@row),[Agreed Deadline]@row,[Renegociated date]@row), "Yes", "No")
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!