+ Reply to Thread
Results 1 to 4 of 4

Nesting IF statements

  1. #1
    Registered User
    Join Date
    01-19-2015
    Location
    USA
    MS-Off Ver
    Microsoft Office:MAC 2011
    Posts
    18

    Nesting IF statements

    Hi All

    I am working with this
    =IF(ISNUMBER(B12),IF($B$11=1,$S$12,IF($B$11=2,$S$13,IF($B$11=3,$S$14,""))),"")
    but need to add another variable where if B9="0" then the the equation references =IF(ISNUMBER(B12),IF($B$11=1,$T$12,IF($B$11=2,$T$13,IF($B$11=3,$T$14,""))),"")

    Thanks for your time and thoughts

    Jon

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Nesting IF statements

    Hi,

    Maybe:

    =IF(AND(ISNUMBER(B12),$B$11=1),$T$12,IF(AND(ISNUMBER(B12),$B$11=2),$T$13,IF(AND(ISNUMBER(B12),$B$11=3),$T$14,"")))
    Last edited by Limor_OP; 06-26-2020 at 04:09 AM.

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: Nesting IF statements

    May be:
    Please Login or Register  to view this content.
    Quang PT

  4. #4
    Registered User
    Join Date
    01-19-2015
    Location
    USA
    MS-Off Ver
    Microsoft Office:MAC 2011
    Posts
    18

    Re: Nesting IF statements

    Quote Originally Posted by bebo021999 View Post
    May be:
    Please Login or Register  to view this content.
    Thank you bebo021999!! This worked perfectly. Cảm ơn rāt nhiều!

+ 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] help with nesting if statements? or
    By cutterwolf44 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-07-2019, 06:37 AM
  2. Nesting IF and OR statements
    By cheeky300 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-20-2014, 08:17 AM
  3. Nesting IF statements
    By narrowgate88 in forum Excel General
    Replies: 3
    Last Post: 06-02-2009, 03:28 PM
  4. Nesting IF/AND/Or statements
    By ivwshane in forum Excel General
    Replies: 2
    Last Post: 03-22-2009, 05:17 PM
  5. Nesting If statements
    By Smitty14 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-05-2008, 10:47 AM
  6. [SOLVED] Nesting IF statements
    By [email protected] in forum Excel General
    Replies: 2
    Last Post: 03-07-2006, 03:50 AM
  7. [SOLVED] nesting if statements
    By tjb in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-09-2005, 07:05 PM

Tags for this Thread

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