Hello,
I am trying to use the IF formula to perform a date calculation based on a value selected in another column but keep getting UNPARSEABLE error.
Here is the formula that I have used. I have also pasted the screenshot for reference. Can anyone help me out on this?
=IF([SLA]@row = "Standard",[Feasibility_Start Date]@row + 15, [Feasibility_Start Date]@row + 25)
I am trying to calculate the Feasibility_End Date from the Feasibility_Start Date based on the value selected in SLA.
Both the Feasibility_Start Date and Feasiblity_End Date columns are set as Date.