I want to formulate a date if:
under one column the answer is 3-day add 3 days to date
under one column the answer is 2- day add 2 days to date
under one column the answer is 1- day add 1 day to date
I think I begin like this, DATEADD({Proposed Date of W/C},3, ‘days’)
but how do I formulate the if this then that?