+ Reply to Thread
Results 1 to 4 of 4

IF formula with multiple conditions

  1. #1
    Forum Contributor
    Join Date
    03-04-2014
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2019
    Posts
    756

    IF formula with multiple conditions

    Hello,

    I need a formula on my worksheet which will display the following, based on certain conditions:

    So IF J9 AND J10 are both blank then show .
    IF K8 AND J9 are both blank then show .
    IF K8 AND J10 are both blank then show .

    IF only 1 of K8, J9 or J10 are blank then show AND

    Is there a formula that could incorporate the above?

    Many thanks,

    Chris

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: IF formula with multiple conditions

    What are we meant to be showing???

    This might get you started:

    =IF(AND(J9="",J10=""),?,IF(AND(K8="",J9=""),?,IF(AND(K8="",J10=""),?,???)))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Contributor
    Join Date
    03-04-2014
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2019
    Posts
    756

    Re: IF formula with multiple conditions

    PERFECT, THANK YOU VERY MUCH! I was all over the place with my IF and ANDs.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: IF formula with multiple conditions

    You're welcome!

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. IF formula with multiple conditions
    By chrisellis250 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-16-2017, 11:16 AM
  2. Replies: 2
    Last Post: 01-14-2016, 03:53 PM
  3. Multiple conditions to this formula
    By werko in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-13-2014, 06:01 AM
  4. 3 multiple conditions with multiple criteria formula help
    By rmnk101190 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-29-2013, 04:37 PM
  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. [SOLVED] If and formula with multiple conditions
    By axendra12 in forum Excel General
    Replies: 7
    Last Post: 12-06-2012, 07:33 AM
  7. How to use the IF formula for multiple conditions?
    By Bill-E-BoB in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-20-2007, 05:00 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