S
SS
Hello,
Cell A1 is a 'start' date, and cell A2 is a 'completed' date.
I had it working so that cell A2 must be a date between cell A1's
date
and Today(). I used:
between
=A1
and
=Today()
*** This worked great, except if cell A1 was empty(blank) before A2
date is entered; it will allow the mismatch (a completed date prior
to
start date).
*** I need a way to make the data validation error to appear when
cell
A1 is empty (not been entered yet) and also the error to appear when
the original criteria is not met (date between cell A1's date and
Today() ).
This seemed really easy to fix at first, but i can't get anything
working.
Any help would be much appreciated.
Many Thanks,
SS
Cell A1 is a 'start' date, and cell A2 is a 'completed' date.
I had it working so that cell A2 must be a date between cell A1's
date
and Today(). I used:
between
=A1
and
=Today()
*** This worked great, except if cell A1 was empty(blank) before A2
date is entered; it will allow the mismatch (a completed date prior
to
start date).
*** I need a way to make the data validation error to appear when
cell
A1 is empty (not been entered yet) and also the error to appear when
the original criteria is not met (date between cell A1's date and
Today() ).
This seemed really easy to fix at first, but i can't get anything
working.
Any help would be much appreciated.
Many Thanks,
SS