+ Reply to Thread
Results 1 to 2 of 2

Excel 2008 : Custom Data Validation not working Excel 2010

  1. #1
    Registered User
    Join Date
    06-22-2012
    Location
    India
    MS-Off Ver
    2010
    Posts
    1

    Custom Data Validation not working Excel 2010

    I'm creating a formula to limit the entry of "S", "H" and numbers between 0-25 (exclussive) in multiple cells. I tried the formula below but not working.

    HTML Code: 

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Custom Data Validation not working Excel 2010

    First select the range and then use this:

    =OR(A1="S",A1="H",AND(A1>=0,A1<=24))

+ 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