+ Reply to Thread
Results 1 to 3 of 3

Function that determines whether a number is between two numbers

  1. #1
    Registered User
    Join Date
    03-02-2006
    Posts
    5

    Function that determines whether a number is between two numbers

    Hopefully this is a pretty simple one, I am looking for a function that will return TRUE or FALSE if a number in a cell is between two specificied numbers, since unfortunately, Excel doesn't like Num1<Cell<Num2, if anyone can help I'd very much appreciate it.
    Thanks.

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829
    =and(num1<cell,cell<num2). note that if cell=num1 or cell=num2 it will return false. It also only works if num1<num2.

  3. #3
    Registered User
    Join Date
    03-02-2006
    Posts
    5
    Thanks!!

+ 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