Forum Discussion
evadung
3 years agoFrequent Visitor
How to display dates without todays date?
Hello, I have a calendar table wheres date, year, month, day and I want a column that shows what days are past = 0 and todays day = 1. I have this formulas: 1) IsCurrentDay = IF(AND(DAY(K...
- 3 years ago
You can add a column like
Is Current Day = IF ( Kalender[Datum] = TODAY (), 1, 0 )