+ Reply to Thread
Results 1 to 4 of 4

Trying to figure out how to make this formula work!

  1. #1
    Forum Contributor
    Join Date
    02-18-2020
    Location
    Ottawa, ON
    MS-Off Ver
    Professional Plus 2010
    Posts
    122

    Unhappy Trying to figure out how to make this formula work!

    Hi there,

    I have a long formula in my spreadsheet that simply outputs "YES" or "NO" based on whether other cells in the same sheet have specific text in them. Here is the formula:

    =IF(AND(L4="No Action Required", L5="No Action Required", L6="No Action Required", L7="No Action Required", L8="No Action Required", L9="No Action Required", L10="No Action Required", L11="No Action Required", L12="No Action Required", L13="No Action Required", L14="No Action Required", L15="No Action Required", L16="No Action Required", L17="No Action Required", L18="No Action Required"), "NO", "YES")

    What I want to do however, and what I've been trying to figure out but can't, is how to include an OR function in this formula. Say I want my formula to be checking for EITHER "No Action Required" OR "Waiting for Purchase Order" in ONLY cells L5, L6 and L7, how would I include that in this formula?
    Last edited by Keegan1116; 02-24-2020 at 09:19 AM.

  2. #2
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Trying to figure out how to make this formula work!

    If I understand correctly:

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

    Marking threads as closed once your issue is resolved. How? The Thread Tools at the top
    Any reputation (*) points appreciated. Not just by me, but by all those helping, so if you found someone's input useful, please take a second to click the * at the bottom left to let them know

    There are 10 kinds of people in this world... those who understand binary, and those who don't.

  3. #3
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,737

    Re: Trying to figure out how to make this formula work!

    AND(L4="No Action Required", OR( L5="No Action Required", L5="Waiting for Purchase Order" ), OR( L6="No Action Required", L6="Waiting for Purchase Order"), OR( L7="No Action Required", L7="Waiting for Purchase Order"), L8="No Action Required", L9="No Action Required", L10="No Action Required", L11="No Action Required", L12="No Action Required", L13="No Action Required", L14="No Action Required", L15="No Action Required", L16="No Action Required", L17="No Action Required", L18="No Action Required")
    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.

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Trying to figure out how to make this formula work!

    Hi,

    Try

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


    Incidentally you could probaby simplify that formula by using a

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

    and with a little thought depending on whether Waiting for PO is only possible in L6:L7 you could incorporate that in a COUNTIF
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ 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. Replies: 4
    Last Post: 10-18-2019, 01:13 PM
  2. Please help me figure out how to make this summation work
    By egoldin in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-07-2017, 06:20 PM
  3. [SOLVED] have Another Formula that i cant figure out how to make work..
    By bUB9161 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-16-2015, 02:50 AM
  4. Sum formula to exclude monthly budget figure when actual figure is entered
    By rocketmail in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-02-2013, 04:22 AM
  5. Calculating monthly sales figure required to make annual turnover figure
    By CatIsoSio Sky in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-27-2010, 04:42 PM
  6. I Cant figure how to make a Macro work
    By lsacommish in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-26-2010, 03:05 PM
  7. Replies: 1
    Last Post: 09-04-2007, 07:42 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