Is there a way to set up a date column to ONLY allow Monday dates?

For example, in the column, today’s date, 03/16/2021 or any other day the rest of this week wouldn’t be valid entries, BUT 03/15/2021 or 03/22/2021 would be. Is there a way to make this possible?

Solved Solved
0 2 182
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

In Valid If:

(WEEKDAY([_THIS]) = 2)

See also:

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

In Valid If:

(WEEKDAY([_THIS]) = 2)

See also:

Exactly what I needed. Thank you so much!

Top Labels in this Space