I’m trying to determine the Stage (single select) by checking 4 columns to see if they’re empty or not. I want to use single select instead of text because I want to organize a Kanban view by the Stage they’re currently in.
Basically:
IF First Contact column date is NOT filled > Stage = Needs Contacted
IF First Contact column date is filled > Stage = Second Chance
IF Second Contact column date is filled > Stage = Third Chance
IF Third Contact column date is filled > Stage = Fourth Chance
IF Fourth Contact column date is filled > Stage = Cancellation Alert
If they’re on the Fourth Contact technically the First, Second, and Third are filled. I want AirTable to check these in order.
Any help would be great . Thanks in advance!