Today is between Two Dates

You could do this with a single if-then-else column.

  • If Start Date is after today, then false
  • If End Date is before today, then false
  • Else true
4 Likes