+ Reply to Thread
Results 1 to 3 of 3

Problem with Nested IF Function?

  1. #1
    Registered User
    Join Date
    02-12-2014
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    1

    Problem with Nested IF Function?

    Hello All, hope you're well!

    Of I have a formula I need, I'm not sure if it's possible as I can't even get my head round it on paper let alone a spreadsheet.

    Ok, I have 3 Columns...

    D = Is either Blank or Displays a Date

    E = Displays either YES or NO

    F = Displays either YES or NO

    G = Displays YES or NO
    H = Displays YES or NO

    I = Displays YES or NO

    Right, I need a formula that says...

    If Column D is Blank, as well as column E and F display the text "MAKE FIRST CONTACT"

    If Column D has a Value but Column E and F are Blank, display the text "AWAITING RESPONSE"

    If Column D has a Value AND Column E is NO and Column F is Blank, and Columns G,H and I are Blank, display the text "SEND FOLLOW UP EMAIL"

    If Column D has a Value AND Column E is YES and Column F is NO, and Columns G,H and I are Blank, display the text "ENCOURAGE REGISTRATION"

    If Column D has a Value AND Column E is YES and Column F is YES, and Columns G,H and I are Blank, display the text "PLAN ABOUT US"

    If Column D has a Value AND Column E is YES and Column F is YES AND Column G is YES but Column H and I are NO, display the text "MARKETING EMAIL"

    If Column D has a Value AND Column E is YES and Column F is YES AND Column G and H are YES but Column I is NO, display the text "PROMO IMAGE"

    If Column D has a Value AND Column E is YES and Column F is YES AND Column G and H are YES and Column I is YES, display the text "SUCCESS!"

    The text will be displayed in column J!

    Many thanks,

    Anna
    Last edited by anasmiff; 02-12-2014 at 09:14 AM.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Problem with Nested IF Function?

    i'm sure this can be further simplified

    =IF(AND(D2="",E2="",F2=""),"MAKE FIRST CONTACT",IF(AND(D2<>"",E2="",F2=""),"AWAITING RESPONSE",IF(AND(D2<>"",E2="NO",F2="",G2="",H2="",I2=""),"SEND FOLLOW UP EMAIL",IF(AND(D2<>"",E2="YES",F2="NO",G2="",H2="",I2=""),"ENCOURAGE REGISTRATION",IF(AND(D2<>"",E2="YES",F2="YES",G2="",H2="",I2=""),"PLAN ABOUT US",IF(AND(D2<>"",E2="YES",F2="YES",G2="YES",H2="NO",I2="NO"),"MARKETING EMAIL",IF(AND(D2<>"",E2="YES",F2="YES",F2="YES",G2="YES",H2="YES",I2="NO"),"PROMO IMAGE",IF(AND(D2<>"",E2="YES",F2="YES",G2="YES",H2="YES",I2="YES"),"SUCCESS!","No Criteria"))))))))
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Problem with Nested IF Function?

    Try this...
    N2:O8 contains this list:
    Please Login or Register  to view this content.
    Now you can use this regular formula
    Please Login or Register  to view this content.
    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

+ 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] Problem with using istext in a nested IF function
    By Ciarmccabe in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-09-2013, 06:30 PM
  2. nested if function problem
    By headache in forum Excel General
    Replies: 7
    Last Post: 01-10-2007, 06:05 PM
  3. Problem with nested if function. PLS HELP
    By sfar007 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-06-2006, 06:34 AM
  4. Replies: 3
    Last Post: 12-11-2005, 01:15 PM
  5. Problem using SUM() function with nested IF()
    By JWeb in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-21-2005, 04:04 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