Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JavyD
 
Posts: n/a
Default Validation Based on a Date

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.
  #2   Report Post  
Dave R.
 
Posts: n/a
Default

Would this do what you want?

Datavalidationcustom
Formula:
=TODAY()<DATEVALUE("1/1/2005")



"JavyD" wrote in message
...
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.



  #3   Report Post  
Dave R.
 
Posts: n/a
Default

oops, use <= rather than < .. to allow entry up through 1/1/2005..


"Dave R." wrote in message
...
Would this do what you want?

Datavalidationcustom
Formula:
=TODAY()<DATEVALUE("1/1/2005")



"JavyD" wrote in message
...
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.





  #4   Report Post  
JavyD
 
Posts: n/a
Default

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

"Dave R." wrote:

oops, use <= rather than < .. to allow entry up through 1/1/2005..


"Dave R." wrote in message
...
Would this do what you want?

Datavalidationcustom
Formula:
=TODAY()<DATEVALUE("1/1/2005")



"JavyD" wrote in message
...
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.






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formating Based on Date Roy Excel Discussion (Misc queries) 5 June 7th 06 04:49 PM
Subtract a group of cells from a total based on ending date Nicholas Scarpinato Excel Discussion (Misc queries) 0 May 17th 05 03:25 PM
Formula to determine a future date based on criteria David Excel Worksheet Functions 2 December 15th 04 07:51 PM
Using formulas to determine date in one cell based on date in anot Gary Excel Worksheet Functions 2 November 22nd 04 08:11 AM
Show a date based on today DJ Dusty Excel Worksheet Functions 2 November 12th 04 03:20 AM


All times are GMT +1. The time now is 10:36 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"