Hey all completely new to Airtables, merely hours in! I was wondering how do I move on to the next cell if the current cell has a value? I’m trying to calculate deadlines given an estimated number of days a project will take from a production date, however occassionally I’ll have a predetermined deadline but no start date so want the value to remain and move onto the next row. My formula is:
IF({Build Start}, DATEADD({Build Start}, {Build Days}, ‘days’))
This works but if a value already exists it replaces it with a blank space? Ideally I’d just use an else and continue.