+ Reply to Thread
Results 1 to 5 of 5

Help to combined two formula

  1. #1
    Registered User
    Join Date
    08-30-2019
    Location
    riyadh
    MS-Off Ver
    2017
    Posts
    2

    Help to combined two formula

    Formula NO 1 =IF(AND(OR(W11="b",W11="A",W11="Requested",W11="Uploaded"),X11 = "Open"),"Open","")

    and

    Formula NO 2 =IF(AF11="","",IF(AF11<>"","closed"))

    I want to merge and use to one cell. Kindly someone to help me

    Thank you

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Help to combined two formula

    The two formulae are independent of one another, so which criteria take precedent? Try it this way:

    =IF(AF11="","",IF(AF11<>"","closed",IF(AND(OR(W11="b",W11="A",W11="Requested",W11="Uploaded"),X11 = "Open"),"Open","")))

    Hope this helps.

    Pete

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Help to combined two formula

    Ah no, that won't work.

    Try it this way instead:

    =IF(AND(OR(W11="b",W11="A",W11="Requested",W11="Uploaded"),X11 = "Open"),"Open",IF(AF11="","","closed"))

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    08-30-2019
    Location
    riyadh
    MS-Off Ver
    2017
    Posts
    2

    Re: Help to combined two formula

    YESSSSSS.. Thank you

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Help to combined two formula

    Glad to help.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. Problems with Array formula combined with 'normal' formula.
    By Lennardkvw in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-10-2016, 06:46 AM
  2. [SOLVED] Help with Index formula - potentially combined with a count formula
    By RichiePay in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-24-2016, 08:31 PM
  3. [SOLVED] Min & Max combined formula
    By husni in forum Excel General
    Replies: 2
    Last Post: 11-28-2014, 12:26 AM
  4. [SOLVED] Min & Max combined formula
    By husni in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-28-2014, 12:24 AM
  5. [SOLVED] Combined 'and', 'if' and 'or' formula
    By jessiebelle1980 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-13-2014, 06:25 AM
  6. MIN And MAX Combined Formula
    By Delta88 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-08-2008, 03:16 PM
  7. IF and MAX combined formula
    By holyman in forum Excel General
    Replies: 6
    Last Post: 06-30-2006, 08:40 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