Hi,
I'm wondering if it is possible to set the start date and end date using card view. The idea being that when I set it to In Progress, the start date gets set to today and when I set it to Done, the start date gets set to today.
Thank you!
You might be able to place a formula in your date column, for example: =IF(Status1 = "In Progress", TODAY())
You'd need to add your formula in the grid view of the sheet (not card view), and make sure to adjust the formula to reference cells in your sheet. More on creating formulas here: https://help.smartsheet.com/articles/2476171-create-and-edit-formulas-in-smartsheet
There are also a few caveats with this: