Once Date 1 Column is manually set, I’d like to automatically set Date 2 Column three business days prior to the Date 1 Column. For instance, if Date 1 Column is Monday, May 6th, then Date 2 Column should automatically update to Thursday, May 2nd.
Hi,
I had a similar issue, and found General Caster, an integrated app, will apply the update via a formula.
You will need to set your automation as “When Date 1 Column changes, perform formula (see below) and cast result to Date 2 column.”
Formula: TEXT(DATEVALUE({item’s Date 1}) - 3, “YYYY-MM-DD”)
I’m not a big fan of having to use the integrations (as I really dislike micro-transactions), but I’ll be honest that General Caster is actually very helpful & does have a free version with 500 operations allowed a month. Depending on your use, that may be more than enough for what you need.