+ Reply to Thread
Results 1 to 5 of 5

Nested If Conditions

  1. #1
    Registered User
    Join Date
    08-16-2013
    Location
    Calgary, Alberta
    MS-Off Ver
    Excel 2010
    Posts
    7

    Nested If Conditions

    Good Morning everyone,

    I can't seem to figure this out but it seems pretty easy to me. I am trying to create a nested IF statement but can't get it to work properly.

    What I want to say is

    =IF(Audit!L8="x","no","",IF(Audit!M8="x","n/a","",))

    It says i have too many arguments. Either L8 or M8 will be filled in. Never both.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,464

    Re: Nested If Conditions

    =IF(Audit!L8="x","no",IF(Audit!M8="x","n/a",""))

  3. #3
    Forum Contributor
    Join Date
    01-16-2011
    Location
    Abu Dhabi, UAE
    MS-Off Ver
    Excel 2010
    Posts
    234

    Re: Nested If Conditions

    =IF(Audit!L8="x","no",(IF(Audit!L9="x","n/a","")))

    Oops... too late!

  4. #4
    Registered User
    Join Date
    08-16-2013
    Location
    Calgary, Alberta
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Nested If Conditions

    Thanks Everyone.

  5. #5
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Nested If Conditions

    Alternative ways..

    =IFERROR(INDEX({"no","n/a"},MATCH("x",L8:M8,0)),"")

    =IFERROR(CHOOSE(MATCH("x",L8:M8,0),"no","n/a"),"")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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] Nested If Conditions
    By mkeys4 in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 07-29-2013, 01:05 PM
  2. more than 7 nested IF conditions?
    By krayziez in forum Excel General
    Replies: 5
    Last Post: 06-19-2008, 01:59 PM
  3. I want to have a nested IF with two conditions
    By Mahendra in forum Excel General
    Replies: 2
    Last Post: 08-31-2005, 08:05 PM
  4. [SOLVED] Nested IF functions and 3 conditions
    By Dixie in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-22-2005, 12:06 AM
  5. Nested IF Conditions
    By prkhan56 in forum Excel General
    Replies: 6
    Last Post: 04-04-2005, 09:06 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