+ Reply to Thread
Results 1 to 4 of 4

A true/false formula for all individual cells in a range exceed a given value?

  1. #1
    Registered User
    Join Date
    07-30-2010
    Location
    Oregon
    MS-Off Ver
    Excel 2007
    Posts
    44

    A true/false formula for all individual cells in a range exceed a given value?

    Say I have 60 cells with varying values and I want another cell to state True or False if ALL cells exceed 10. How could I implement this into a simple formula?

    Example

    A1: 10
    A2: 15
    A3: 9
    A4: 20

    The formula asking if the range A1:A4 all have values that are >= 10 would be false.

    Thanks in advance.
    Last edited by rrbest; 05-12-2011 at 07:02 PM.

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: A true/false formula for all individual cells in a range exceed a given value?

    Hi rrbest,

    How about:

    Please Login or Register  to view this content.
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: A true/false formula for all individual cells in a range exceed a given value?

    Hi Rrbest,

    Perhaps this will work for you:

    =COUNTIF(A1:A4,">=10")=COUNT(A1:A4)

  4. #4
    Registered User
    Join Date
    07-30-2010
    Location
    Oregon
    MS-Off Ver
    Excel 2007
    Posts
    44

    Re: A true/false formula for all individual cells in a range exceed a given value?

    Very elegant solution, ConneXionLost. This solution worked great. Paul, I didn't get to use your solution, but I appreciate your help. Reputation for both of you.

+ 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