Formula for Custom Data Validation

Cammandk

New Member
Joined
May 9, 2013
Messages
15
I want to restrict entry by user of a value unless they have already entered in other cells : I have a Minimun Value (MinVal) and Max Value (MaxVal) defined
ABCDE
1StatusDateAmount
2100Require Data validation formula to restrict
3entry in D2 unless B2 is filled from a list in that cell and C2 has a date entry - then value in D2 to
4be within the Min and Max entry values

<tbody>
</tbody>
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
this would just check that cell A and B are not empty
example for C3
=AND(A3<>"",B3<>"",C3>10,C3<20)

just apply to cells required
would that work - or is there a specific value from the list in A and do you also want to test that a valid date is entered in B
 
Upvote 0

Forum statistics

Threads
1,216,360
Messages
6,130,175
Members
449,562
Latest member
mthrasher16

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