+ Reply to Thread
Results 1 to 4 of 4

If condition between values

  1. #1
    Registered User
    Join Date
    10-13-2016
    Location
    Kuwait
    MS-Off Ver
    2016
    Posts
    82

    If condition between values

    hi
    can u help me plz with this if condition i think there's something wrong with it :X

    =IF(T10<=100>76," ",IF(T10<=75>50,1,IF(T10<=50>25,2,IF(T10<=25>0,3,IF(T10<=0,"warning")))))

    im trying to add number 1, =if cell value =< 75 and >50
    2, =if cell value =< 50 and >25
    3, =if cell value =< 25 and >0
    "blank" if value >75
    "WARNING" if value=0

    ty in advance

  2. #2
    Valued Forum Contributor
    Join Date
    09-09-2009
    Location
    Liverpool, England
    MS-Off Ver
    W: 2021 H: 365
    Posts
    940

    Re: If condition between values

    Hi bkcffee,

    Try:

    =IF(T10>75,"",IF(T10>50,1,IF(T10>25,2,IF(T10>0,3,IF(T10=0,"WARNING","INVESTIGATION REQUIRED")))))

    Regards,

    Snook
    Last edited by The_Snook; 10-15-2016 at 07:23 PM.

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

    Re: If condition between values

    you need to add an AND statement like this... =if(AND(t10<=100,t10>76),"",if(and(...
    if I'm interpreting your =IF(T10<=100>76 correctly.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Registered User
    Join Date
    10-13-2016
    Location
    Kuwait
    MS-Off Ver
    2016
    Posts
    82

    Re: If condition between values

    thanks guys

+ 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. Listing values if condition is met
    By Edfutkina in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 12-10-2015, 05:02 PM
  2. [SOLVED] sum values with condition
    By Berna11 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-11-2015, 02:00 PM
  3. Countif values if condition met
    By Huskersippi in forum Excel General
    Replies: 6
    Last Post: 09-30-2015, 12:13 PM
  4. condition formatting for list of values from key values of appropriate match
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-05-2013, 10:13 PM
  5. How to join values when same condition?
    By ginkgo56 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-09-2013, 06:58 PM
  6. Store cell values in an array and return values on specific condition
    By gmalpani in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 11-27-2011, 06:43 AM
  7. if condition to look for values in a row
    By gagan2sandhu in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 07-09-2009, 07:13 AM

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