+ Reply to Thread
Results 1 to 2 of 2

custom formula data validation

  1. #1
    Registered User
    Join Date
    06-08-2005
    Posts
    67

    custom formula data validation

    I'm having a senior moment evidently...

    I'm trying to do data validation on cell x9
    I have a min formula in cell z3 and a max formula in cell aa3.

    The value in x9 must either be 0 or between z3 and aa3 inclusive.
    So if the formula value in z3 is 130 and the max formula value in aa3 is 150, the only valid values in x9 are 0, and 130-150.

    thanks

  2. #2
    Forum Expert
    Join Date
    12-10-2006
    Location
    Sydney
    MS-Off Ver
    Office 365
    Posts
    3,565
    Hi mwc0914,

    Let me know if entering (or copy and pasting) the following into the formula text box on the Data Validation dialog does the job:

    =OR(X9=0,AND(X9>=Z3,X9<=AA3))

    HTH

    Robert

+ 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