validating dates?

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

Guest

Hi all

I need to create a way of validating a spreadsheet so that it will show if a date is entered in the field. Is this possible? I was thinking it will be an IF statement but that is as far as I have got. Any suggests would be greatly appreciated.

kind regards

Gareth
 
Data > Validation
In "Allow" select Date
Then select your Start Date and End Date, which can also be formulas, for
example, =Now()+30

--
Regards
Andy Wiggins
www.BygSoftware.com
Home of "Save and BackUp",
"The Excel Auditor" and "Byg Tools for VBA"



rexmann said:
Hi all

I need to create a way of validating a spreadsheet so that it will show if
a date is entered in the field. Is this possible? I was thinking it will be
an IF statement but that is as far as I have got. Any suggests would be
greatly appreciated.
 
Hi Andy

The method you suggest is very useful but I dont think I can use it at the moment as I want to validate dates that have already been inputted to check they are dates.

I tried creating a validation column but it does not respond with cut and paste.
 
HI rexmann

i answered your very similar question to this in the other forum, but you
can also use data validation to validate data that has already been entered
so that might be another approach you could take,

select the cells, choose data / validation and choose Date under the allow
set a range that is valid for what dates you have (1/1/1990 to 31/12/2005)
or whatever
and then click OK

now from the menu choose
tools / formula auditing / show formula auditing toolbar (i think this is
the 2002/2003 name for it, but you should find it under auditing or similar)
on the toolbar is circle invalid data icon which will circle anything on the
sheet that doesn't meet your data / validation setting

hope this helps
cheers
JulieD


rexmann said:
Hi Andy

The method you suggest is very useful but I dont think I can use it at the
moment as I want to validate dates that have already been inputted to check
they are dates.
 

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

Two date validations 2
Date Validation - Excel 2003 5
Validation Date 4
Access Userform validation rule wont work - Please help 0
Selecting Date 7
Dates: Data Validation, Sumif 1
Highlight Specific dates/cells 4
Data Validation 4

Back
Top