Hello
Looking for some help with date validation through formula builder. Board has a From Date and a To Date.
From Date cannot be in the past
To Date cannot be in the past
To Date should be after From Date
Both From and To Date CAN be today.
I am able to get conditions 1-3 to work, but #4 is challenging… Any idea how to get it to work? This is my current code to populating a Forumla column with OK or NO:
Thank you, that worked! I added in an additional condition for To Date is Greater than From Date:
(days({To Date},Today())-days({From Date},Today()))>=0
GCavin
(Gilles Cavin - Reinventing Formulas in monday.com)
4
Simply use:
{To Date}>{From Date}
What if we could break free of the Formula column? and write formulas that update any type of columns? What if a formula could update multiple columns at once? This is possible with the Advanced Formula Booster app.