Using the normal interface of the menu, can I set multiple data validation rules for the same range?
Do I need to use the worksheet change event to detect when a particular cell is changed and then test it using VBA?![]()
Using the normal interface of the menu, can I set multiple data validation rules for the same range?
Do I need to use the worksheet change event to detect when a particular cell is changed and then test it using VBA?![]()
You can probably use a formula in the data validation. Something like
=AND($A1<15,LEFT($B1,1)="T")
or, if it's one or the other
=OR($A1<15,LEFT($B1,1)="T")
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks