I have a date in one row of a Text/Number column (call it Inputs 24). I want to use this cell in a formula in a date column to calculate Due Dates for different tasks.
Inputs 24 itself has a Join/Collect formula to gather the date as it could be in multiple rows of another column.
=JOIN(COLLECT([Start Date]:[Start Date], [Start Date]:[Start Date], @cell <> ""))
How do I take the text (which I'm already doing with the Join/collect formula), make it a date and then add and subtract days from it to become a different date?