+ Reply to Thread
Results 1 to 2 of 2

Can Multiple Data Validation Rules be Defined for the Same Range

  1. #1
    Forum Contributor
    Join Date
    10-25-2010
    Location
    Phoenix, Arizona, USA
    MS-Off Ver
    O365
    Posts
    202

    Question Can Multiple Data Validation Rules be Defined for the Same Range

    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?

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Can Multiple Data Validation Rules be Defined for the Same Range

    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1