Termination form:
Termination Date captured in [Term Date]
[Duration - Phone/Email Forward] single drop down selection 0 days, 30 days or 60 days
I would like a [Disable Forward Date] to be generated based on selection of [Duration - Phone/Email Forward]
Here is my attempted formula/function-
=IF([Duration - Phone/Email Forward]@row = "30 Days", =[Term Date]@row + 30)
Will need to create one for "0 Days" and "60 Days" as well.