J
jatman
i want to validate the date entered as a Sunday - if the user enters a date
that is not a Sunday, the user cannot continue.
cell A1 - user enters the date (the cell is formatted as custom yyyy-mm-dd)
cell A2 - text(a1,"dddd") returns back the day of the week
is there a way to validate the value as a Sunday date.
jat
that is not a Sunday, the user cannot continue.
cell A1 - user enters the date (the cell is formatted as custom yyyy-mm-dd)
cell A2 - text(a1,"dddd") returns back the day of the week
is there a way to validate the value as a Sunday date.
jat