Custom Data Validation for Dates

karabiner8

Board Regular
Joined
Jan 11, 2005
Messages
50
Hi,

Column B is a date column (Start Date) and I've used Data Validation to restrict the entries to dates after Jan 1, 2011. I've done the same in column D (End Date).

I'd like to restrict column D to be greater than or equal to column B. Is there a way to create a custom Data Validation that:
1) value must be a date
2) must be greater than or equal to Jan 1, 2011
3) must be greater than or equal to the corresponding date in column B.

If it is not possible I'd like to know too so that I don't waste anymore time on it.

Thanks
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Got it.

Column B Data Validation
Allow: Date
Data: greather than or equal to
Start Date: 01/01/2011

Column D Data Validation
Allow: Date
Data: greather than or equal to
Start Date: B1 (or corresponding row in column B)
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,299
Members
452,904
Latest member
CodeMasterX

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