+ Reply to Thread
Results 1 to 3 of 3

If all cells are greater than a cutoff, then this, otherwise that

  1. #1
    Registered User
    Join Date
    07-28-2014
    Location
    Malibu, CA
    MS-Off Ver
    2016
    Posts
    29

    If all cells are greater than a cutoff, then this, otherwise that

    Hello everyone,

    I've been trying to answer this seemingly simple line but can't get it right. I've tried looking at similar threads to no avail.

    My goal: if ALL four individual values (i.e., cells J2:M2) are greater than or equal to 10000, then 1, otherwise 0. My issue has been explicating that all four values need to meet this criterion, not just one of the cells. Any help would be greatly appreciated!
    Last edited by Adamonia; 08-28-2019 at 12:18 PM.
    ----------------

    Adam

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,369

    Re: If all cells are greater than a cutoff, then this, otherwise that

    Not sure but try this, put this on blank cells :

    =IF(COUNTIF(J2:M2,">=10000")=4,1,0)

  3. #3
    Registered User
    Join Date
    07-28-2014
    Location
    Malibu, CA
    MS-Off Ver
    2016
    Posts
    29

    Re: If all cells are greater than a cutoff, then this, otherwise that

    Worked like a charm--big thanks!

+ 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. [SOLVED] find value which is greater than in a range of cells and return the greater value
    By green369 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-11-2015, 02:46 AM
  2. Name Cutoff
    By JoshF in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 11-14-2012, 04:19 AM
  3. Replies: 5
    Last Post: 05-04-2012, 06:39 PM
  4. Currency cutoff
    By m5rcc in forum Excel General
    Replies: 3
    Last Post: 07-21-2009, 10:56 AM
  5. Y Axis Label is Cutoff
    By anagaraj1 in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 06-29-2006, 09:40 AM
  6. [SOLVED] Information in the cells is being cutoff when i print in Excel.
    By h_a_herrera in forum Excel General
    Replies: 0
    Last Post: 09-13-2005, 07:05 PM
  7. [SOLVED] CUTOFF
    By Ahmad in forum Excel General
    Replies: 5
    Last Post: 03-05-2005, 05:07 PM

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