Date Validation

sahaider

New Member
Joined
May 30, 2014
Messages
35
4415500/01/19000
4421518/08/20191
4424000/01/19000
4424600/01/19000
4428900/01/19000
4433615/07/20191
4437517/06/20191
4438718/06/20191
4443412/06/20191
4444300/01/19000
4450600/01/19000
4451300/01/19000
<colgroup><col width="64" style="width: 48pt;"> <col width="112" style="width: 84pt; mso-width-source: userset; mso-width-alt: 4096;"> <col width="119" style="width: 89pt; mso-width-source: userset; mso-width-alt: 4352;"> <tbody> </tbody>


<tbody>
</tbody>
hello,
After doing a vlookup on dates some entries are coming back as 00/01/1900 which is i think is due to blank cells where date entry is not present. Can i check on these returned entries so if date returned is 00/01/1900 it will show 0 else 1.

End result of what i am after is shown above.
Thanks
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Hey,

Nest your VLOOKUP formula in an IF statement,

=IF(*VLOOKUP FORMULA*=0,0,1)

Note that 00/01/1900 is the same as 0
 
Upvote 0
Solution

Forum statistics

Threads
1,214,929
Messages
6,122,317
Members
449,081
Latest member
tanurai

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top