+ Reply to Thread
Results 1 to 4 of 4

Multiple if Nested Statement

  1. #1
    Registered User
    Join Date
    03-25-2012
    Location
    Melbourne, Victoria
    MS-Off Ver
    Excel 2007
    Posts
    82

    Multiple if Nested Statement

    I need a formula that will check if cell B4, B13, B22 are 0 then it puts 85 in cell B3, then checks if B4, B13, B22 those cells add up to but not greater than 20 will put 75 in B3, then B4, B13, B22 those cells add up to but not greater than 40 will put 65 in B3 and ending with B4, B13, B22 those cells add up to but not greater than 60 will put 65 in B3.

    TIA

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2021
    Posts
    5,959

    Re: Multiple if Nested Statement

    Try this ...

    =LOOKUP(SUM(B4,B13,B22),{0,0.1,20.1,40.1,60.1},{0,75,65,65,"???"})

  3. #3
    Registered User
    Join Date
    03-25-2012
    Location
    Melbourne, Victoria
    MS-Off Ver
    Excel 2007
    Posts
    82

    Re: Multiple if Nested Statement

    Thanks works fantastic I forgot to put 1 last one if it over 60 I need it to put 45 in B3.

    Can you also explain how your formula works?

  4. #4
    Registered User
    Join Date
    03-25-2012
    Location
    Melbourne, Victoria
    MS-Off Ver
    Excel 2007
    Posts
    82

    Re: Multiple if Nested Statement

    Can you also explain how your formula works?
    Last edited by slohman; 07-18-2016 at 08:02 PM.

+ 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. Nested IF statement error. Nested True statement is not triggering
    By Lucas7040 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-26-2016, 11:41 AM
  2. Replies: 2
    Last Post: 07-09-2015, 04:25 PM
  3. Nested If Statement with Multiple Logical Conditions
    By gatefire08 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-18-2014, 12:17 PM
  4. [SOLVED] Multiple nested AND functions in an IF statement
    By Cortlyn in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-05-2013, 05:41 PM
  5. Nested If Statement With Multiple Tests
    By jkmcd3 in forum Excel General
    Replies: 3
    Last Post: 02-07-2012, 04:31 AM
  6. IF Statement required. (Nested or Multiple)
    By singerbatfink in forum Excel General
    Replies: 2
    Last Post: 09-28-2010, 06:20 AM
  7. Nested IF Statement with Multiple Criteria
    By Hoopsah in forum Excel General
    Replies: 6
    Last Post: 07-23-2007, 10:01 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