+ Reply to Thread
Results 1 to 3 of 3

Nested If Statement

  1. #1
    Registered User
    Join Date
    03-31-2010
    Location
    Texas, US
    MS-Off Ver
    Excel 2007
    Posts
    8

    Nested If Statement

    I've been working on this formula for a while. It seems so simple in thought but I'm only getting "Not Required Training" when I use it. It is not using the nested If part.

    The idea is if the range of cells is blank, then I want it to say "Not Required Training". If in the range of cells there is a Not Complete then I want it to say "Not Complete". If in the range of cells has only complete, then I want it to say "Complete".


    Please Login or Register  to view this content.
    Any suggestions?
    Last edited by Cerenity; 11-29-2010 at 11:52 AM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,718

    Re: Nested If Statement

    As it stands you'll get "Not Required Training" if any cells in the range are blank, if you only want that when they are all blank try

    =IF(COUNTBLANK(BF2:CD2)=COLUMNS(BF2:CD2),"Not Required Training",IF(COUNTIF(BF2:CD2,"Not Complete"),"Not Complete","Complete"))
    Audere est facere

  3. #3
    Registered User
    Join Date
    03-31-2010
    Location
    Texas, US
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Nested If Statement

    Yes that did the trick thank you so much!! I've spent hours trying to fix it and you got it on the first try!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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