+ Reply to Thread
Results 1 to 4 of 4

Formula when two cells are between two values

  1. #1
    Registered User
    Join Date
    09-18-2016
    Location
    Lima, Peru
    MS-Off Ver
    2013
    Posts
    71

    Formula when two cells are between two values

    I need a formula that checks if a cell number is between two numbers in two other cells AND checks if another cell is between two numbers in two other cells.
    IF B10 is >C10 and <D10 AND B11 is >C11 and <D11, "Water is Perfect",""
    But I don't know how to write it.
    Can you please help?
    File attached.
    Thanks.
    Robert
    Attached Files Attached Files

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.83 for Mac MS 365
    Posts
    8,480

    Re: Formula when two cells are between two values

    try this... =IF(AND(B10>C10,B10<D10,B11>C11,B11<D11),"Water is Perfect","")
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    09-18-2016
    Location
    Lima, Peru
    MS-Off Ver
    2013
    Posts
    71

    Re: Formula when two cells are between two values

    That worked perfect. Thanks very much.
    Regards,
    Robert

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.83 for Mac MS 365
    Posts
    8,480

    Re: Formula when two cells are between two values

    You're welcome, AND thank you for the rep!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 11
    Last Post: 10-11-2019, 12:47 PM
  2. Replies: 13
    Last Post: 05-24-2018, 01:18 AM
  3. [SOLVED] how to count cells with values but ignore blank cells with formula and in a month?
    By Imran Magsi in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-17-2017, 03:58 AM
  4. Formula that returns only values of cells and doesnt return blank/NA values
    By pageandrewr1 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-08-2016, 12:32 PM
  5. [SOLVED] Formula or VBA - Comparison CSV Values between 3 cells for used range. Find unique values.
    By grphillips in forum Excel Programming / VBA / Macros
    Replies: 36
    Last Post: 06-09-2014, 02:12 PM
  6. If values in two cells match copy 3 other values formula
    By ericedholm in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-18-2013, 11:04 PM
  7. Formula to copy and paste data in cells to other cells based on values
    By haleakala17 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-11-2012, 08:45 AM

Tags for this Thread

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