sue.Caradonna
New Member
- Joined
- Jan 17, 2005
- Messages
- 8
I have a database that has 2 columns for "Start Date" and "Birth Date". These columns have been fomated to the date format.
I have a report with a box with the following formula entered
=IF(StartDate="","",VLOOKUP($S$1,Database,11,FALSE))
that puts the "start" date of a person when the user selects a person'a name from a drop down box that's linked to $S$1.
If there is a date in the database, the the date is shown O.K. However, if there is no date entered into the database, they the above formula returns "0-Jan-00" as a default. I've tried in the above formula to say that if there is nothing in the database then put nothing, but it doesn't seem to work as it always puts "0-Jan-00" default.
How can I fix this?
I have a report with a box with the following formula entered
=IF(StartDate="","",VLOOKUP($S$1,Database,11,FALSE))
that puts the "start" date of a person when the user selects a person'a name from a drop down box that's linked to $S$1.
If there is a date in the database, the the date is shown O.K. However, if there is no date entered into the database, they the above formula returns "0-Jan-00" as a default. I've tried in the above formula to say that if there is nothing in the database then put nothing, but it doesn't seem to work as it always puts "0-Jan-00" default.
How can I fix this?