IF Date formula

Hello-
I am trying to write a formula for an approval process that if the first approver has approved and if the second approver has not responded in 7 days from the first approver date, there is a checkbox that gets marked. I am just not sure how to write it. Does that make sense?
Kimberly S. Slavsky, MPAcc, MS (She/Her)
Operational Data Lead |Department of Psychiatry
University of Colorado Anschutz Medical Campus
Best Answer
-
You would use an IF/AND combo along the lines of:
=IF(AND([First Approval Date]@row< TODAY(-7), [Second Approval Date]@row = ""), 1)
Answers
-
Are you recording the date when the first approver approves?
-
Yes, the date is recorded for each approval that is received.
Kimberly S. Slavsky, MPAcc, MS (She/Her)
Operational Data Lead |Department of Psychiatry
University of Colorado Anschutz Medical Campus
-
You would use an IF/AND combo along the lines of:
=IF(AND([First Approval Date]@row< TODAY(-7), [Second Approval Date]@row = ""), 1)
-
This is perfect thank you!!
Kimberly S. Slavsky, MPAcc, MS (She/Her)
Operational Data Lead |Department of Psychiatry
University of Colorado Anschutz Medical Campus
Help Article Resources
Categories
Check out the Formula Handbook template!