+ Reply to Thread
Results 1 to 3 of 3

Help - Nested IF statments to return specific value if one of if statments met/not met

  1. #1
    Registered User
    Join Date
    08-17-2015
    Location
    usa
    MS-Off Ver
    2007
    Posts
    1

    Help - Nested IF statments to return specific value if one of if statments met/not met

    Hi guys!

    I have a formula with nested if statements and the main portion of it works .
    I also wanted to have it return 100 if the portion C53/C57*100 returned a value >100, but can't seem to figure it out .

    This is the forumla:

    =IF(ISNUMBER(C57),C53/C57*100,IF(AND(C54>=200,C53<75),0,IF(AND(C54<200,C53>0),0,IF(AND(C54>0,C53<75),0,IF(AND(C54>300,C53>=75),100)))))

    Any help would be great!!!
    Thanks!

  2. #2
    Forum Contributor
    Join Date
    08-07-2015
    Location
    AB, Canada
    MS-Off Ver
    Excel 2013 x64
    Posts
    132

    Re: Help - Nested IF statments to return specific value if one of if statments met/not met

    Does this work?

    Please Login or Register  to view this content.

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,578

    Re: Help - Nested IF statments to return specific value if one of if statments met/not met

    Try

    =IF(ISNUMBER(C57),MIN(C53/C57*100, 100), IF(AND(C54>300, C53>=75), 100, 0))
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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] Else If Statments VBA
    By mcaviney1987 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-01-2013, 09:47 AM
  2. [SOLVED] IF statments
    By paddock in forum Excel General
    Replies: 2
    Last Post: 12-11-2012, 10:33 PM
  3. Nested IF statments
    By RJK42 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-09-2012, 08:08 PM
  4. Vlookup with nested if statments
    By jamesstorx in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-10-2011, 12:53 PM
  5. Nested IF and ISTEXT Statments
    By Kwarren in forum Excel General
    Replies: 6
    Last Post: 01-15-2011, 03:21 PM
  6. Nested IF Statments
    By Kwarren in forum Excel General
    Replies: 3
    Last Post: 01-12-2011, 06:50 PM
  7. [SOLVED] IF statments
    By krazygmtrk in forum Excel General
    Replies: 1
    Last Post: 11-05-2008, 07:05 PM
  8. How many concurrent nested IF statments does Excel allow?
    By Loudmouth in forum Excel General
    Replies: 8
    Last Post: 05-04-2006, 05:10 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