JenniferHall
2 years agoQrew Member
Building Nested Formulas
I am trying to assign a category ("On Time", "Past Due", "Exclude", and "Error") based on specific criteria (Installation Stage and dates). After which, I will create a pie chart showing the number of On Time Installations v. Past Due Installations.
Exclude
------------------------------
Jennifer Hall
------------------------------
Exclude
- Return "Exclude" if the Installation stage equals "Refused", "Cancelled", "Remove from Scope", "Pending", and "3rd Party Pending"
- Return "Error - No Target Date" if the Installation Stage equals "Installed" or "Planned" and the Target Date is blank
- If Installation Stage equals Planned
- Return "On Time" if Today() is less than or equal to than Target Date
- Return "Past Due" if Today() is greater than (Target Date + 3 days)
- If Installation Stage equals Installed
- Return "On Time" if Actual Install Date is less than or equal to Target Date
- Return "Past Due" if Actual Install date is greater than Target Date + 3 days)
------------------------------
Jennifer Hall
------------------------------