Greeting and wow my second post in two consecutive days, yikes.
First, my apologies if this has been answered, i am sure the logic was but applying it to my specific situation is my challenge.
Objective: Create a Multiple Nested IF Statement for ProjectStatus and StartDate The Formula field will be called StartDateDays.
If ProjectStatus (single select field type) is “In Progress” calculate differences between StartDate and Today’s date {Today}. If False, leave StartDateDays blank or null since project has yet to start. False would be “Not Started” or “On Hold” or “Completed”
If ProjectStatus is True (“In Progress”), then calculate difference between StartDate and Today’s Date using: DATETIME_DIFF(StartDate, TODAY(), ‘days’))
If difference between Start Date and Today’s Date is a negative number in the StartDateDays, that means the project has commenced. If a positive number is produced, that mean Project Manager made a mistake selecting Project is in progress yet the Start Date is greater than Today’s date (Date in the Future).
Any thoughts on how best to construct the formula for the StartDateDays for two conditions from two fields?
