Hi,
I have a table to have a list of equipments and when they were cleaned. Apart from equipment details I have these fields:
- Last maint date (a date field - to be manually entered)
- Next maint date (formula which returns a date 120 days after Last maint date)
- Actual cleaned date (date field - date on which an equipment was actually cleaned - to be manually entered)
- Status (Formula - I want this to be evaluated for 3 conditions and return text phrases accordingly)
Conditions:
If the 'Actual cleaned date' is greater than 'Next maint date' then return 'Delayed' in Status
If the 'Actual cleaned date' is equal to 'Next maint date', then return 'Cleaned on time'
If the 'Actual cleaned date' is lesser than 'Next maint date', then return 'Cleaner early'
I tried this nested if
Kindly help







