IF Expression on a Drop-Down and Date Field
I am trying to create a calculated field in an Issue Custom Form to auto-populate a date for users.
I am able to code the date using the 'ADDWEEKDAYS()' expression based on a custom date field used earlier in the form but I would like to add a certain complexity based on an another selection made in a drop-down custom field with three options 'BAU, Existing or New'.
Each of the three drop-down options would result in the generation of a different date based on the date field earlier in the form.
Does anyone know how I could use the 'IF' expression to code the three different possibilities and for the field to have the capacity to generate three different dates when taking the date field and the drop-down in conjunction?