Validation Based on a Date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is this possible. Can I place a validation on an entire column to allow or
prevent data entry of whole numbers if I set the validation to accept a
change only like so.

for January - column E, validation would be to stop entry of info if =now()
is greater than 01/01/2005? No macros please , because it's over 200
workbooks that are emailed out and these guys would disable the macros.
 
Would this do what you want?

Data>validation>custom
Formula:
=TODAY()<DATEVALUE("1/1/2005")
 
Dave youre a wiz, and here I'm trying to create vba for this, t hanks a
million. Now I just have to figure out a old trick that I had. To copy
these validations to over 200 workbooks in a folder
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top