Does Validation works for date ??

L

Little Master

Hi

Does data validation works for date ??
For example : A1 contains today's date in it & if some one tries to put
yesterday's date in B1 it will not allow(we can put tomorrow's date).How
it would be possible ??
 
D

Dave Peterson

Select B1
Data|Validation
Allow: Date
Data: Greater than or equal to
Start date: =A1
Or maybe:
Start Date: =Today()
 
L

Little Master

Thanks Dave & Peo, both of yours methods worked well for me. And yes
thanks to Brab also
 
Top