lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I have a Date column. I created DV list so user can select date from the list (the list has all dates of the year). Can I create another DV rule that prevent user from entering/selecting date which is weekend? I was thinking of creating costume formula
=AND(weekday(a1)<>6, weekday(a1)<>7). Thank you.
I have a Date column. I created DV list so user can select date from the list (the list has all dates of the year). Can I create another DV rule that prevent user from entering/selecting date which is weekend? I was thinking of creating costume formula
=AND(weekday(a1)<>6, weekday(a1)<>7). Thank you.