help

bam12

Well-known Member
Joined
Dec 6, 2004
Messages
984
L4 has start date in it
column a is date column starting A7

Dont want to be able to enter a date before L4

L4 has 2/24/92

in a7 dont want to be able to enter a date before this on current year

enter 1/2/06 wont accept
enter 2/25/06 acceptable
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Hi bam12

Select the cells starting in A7 (Ex. A7:A50)

Data>Data Validation>Settings

Choose Allow: Custom

Enter Formula:

=A7>=DATE(2006,MONTH($L$4),DAY($L$4))

In the tabs Input message and error alert you customize your messages.

Hope this helps
PGC
 
Upvote 0
take a look a DATA >> Validation for the first part just use Decimal then select is greater or equal to and type L4 in the last box, this will stop a user entering a value less than the date in L4, you need to highlight all cells you are wanting to set validation for,

as for the second part not quite sure what you want, do you mean you do want a date before 24th feb, if so not quite sure how you could limit that
 
Upvote 0

Forum statistics

Threads
1,214,927
Messages
6,122,311
Members
449,080
Latest member
jmsotelo

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