Getting a date from a "dropdown" column to a date "column"

I have a form people are able to fill out and select several dates from a list. I want to make it so I can run automations based on what they selected for a date but I need to make a formula to convert the dropdown list column dates to an actual date column dates (I already have it set up this way).

Here is the dropdown list column.

Here are the automations I am trying to set (3 day and 5 day reminders). I would like to make column 17 the column that returns the date in the above column as a date in a date column.

Here is what I think maybe it should look something like? I just have several dates that I also would need to add to the formula, but the formula also does not work for this example so I am not sure if there is an easier way?

=IF([Date-of-Senate]@row, "12/25/24", "12/25/24")

Tags:

Answers