+ Reply to Thread
Results 1 to 3 of 3

Multiple IF statements

  1. #1
    Forum Contributor
    Join Date
    02-06-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    112

    Multiple IF statements

    Hello All,
    I need some help writing a nested if statement:
    I need the formula to string together the following IF statements.

    IF "Date Created" < Today's date then "Review Date not Current"
    IF "Rating Category" = "E" then "Request a new rating"
    IF "Rating" = "9, 9A, 9B or 10" then "Obtain additional info"


    I see this as a hierarchy, once a condition above is true then the IF statement stops.
    I hope this isn't confusing.

    Any and all help is much appreciated!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    11-12-2015
    Location
    Surabaya, Indonesia
    MS-Off Ver
    MS 365 (Windows 11 64-bit)
    Posts
    84

    Re: Multiple IF statements

    Hi Lemonap618,

    Maybe i could help you...

    suppose IF "Date Created" < Today's date then "Review Date not Current"

    Formula: copy to clipboard
    Please Login or Register  to view this content.



    suppose "Rating Category" = "E" then "Request a new rating"

    Formula: copy to clipboard
    Please Login or Register  to view this content.



    suppose IF "Rating" = "9, 9A, 9B or 10" then "Obtain additional info"

    Formula: copy to clipboard
    Please Login or Register  to view this content.



    as the "xxxx", condition when the if = false, and A1 just example of your target cell

    I see this as a hierarchy, once a condition above is true then the IF statement stops.
    could you explain then the IF statement stops mean? what do you expect/doing, if 1 of above conditions met?

    thanks
    regards,

    Adrian
    Last edited by radian89; 01-28-2016 at 10:57 PM.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Multiple IF statements

    If you want all 3 rules in the same cell (sou8nds that way?) and IF!!!! all 3 conditions are mutually exclusive (ONLY if "Date Created" > can "Rating Category" = "E" and ONLY if Ratting Category < > "E" then "Request a new rating" can "Rating" = 9, 9A, 9B or 10")

    Try this...
    =IF(C9 < TODAY(),"Review Date not Current",IF(C6="E","Request a new rating",IF(C5={9,"9A", "9B",10},"Obtain additional info","")))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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 statements containing multiple and statements
    By John M. in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-22-2014, 11:48 PM
  2. Formula with multiple IF statements and IF AND statements
    By lottidotti in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-14-2013, 08:03 AM
  3. Replies: 3
    Last Post: 07-25-2013, 08:25 AM
  4. Create a macro from multiple IF statements in multiple columns
    By mdwolman in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-20-2013, 08:09 AM
  5. [SOLVED] Syntax for formula that uses multiple conditions inside of multiple IF statements
    By njmiller31 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-02-2013, 11:55 AM
  6. Multiple nested IF statements and AND statements
    By TonyGetz in forum Excel General
    Replies: 2
    Last Post: 12-14-2010, 03:07 AM
  7. Replies: 12
    Last Post: 05-15-2009, 08:38 AM

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