Hi,
So I have my formula calculating the 90-day deadline from the start date. DATEADD({Start},90,‘day’)
But I want it to only calculate IF there is a date in the start column. Currently, if there is no date in the start column it produces a #error, h...