Trying to create a formula that adds x number of business days if priority is x.
This is what I have so far:
IF(Priority=“High”,WORKDAY({Writer Assignment Date},3,
IF(Priority=“Normal”,WORKDAY({Writer Assignment Date},5, IF(Priority=“Low”,WORKDAY({Writer Assignment Date},10))))))
It accepts this formula, but populates with an “#ERROR” in some fields and blank in others. All fields have the required selections.
Trying to create a due date field that is customized by priority. If it is high priority for instance, the person would need to complete the assignment within 3 business days by that date.