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?
In Valid If:
(WEEKDAY([_THIS]) = 2)
See also:
1 Like
Steve:
(WEEKDAY([_THIS]) = 2)
Exactly what I needed. Thank you so much!
2 Likes