+ Reply to Thread
Results 1 to 4 of 4

1 formula needed covering 4 different conditions

  1. #1
    Registered User
    Join Date
    09-09-2018
    Location
    Missouri, USA
    MS-Off Ver
    Microsoft for Mac, Version 16.16.1, Office 365
    Posts
    37

    1 formula needed covering 4 different conditions

    I need a pretty long formula for all of the following combined ias there are multiple conditions and outcomes.

    If A1 is greater than or equal to C1 then return "100% Met" in D1.
    If A1 is greater than or equal to 5 points increase than B1 then return "100% Met" in D1. Example 5 points increase would be 90.00 to 95.00.
    If A1 is greater than or equal to 3 points increase than B1 then return "50% Met" in D1. Example 3 points increase would be 90.00 to 93.00.
    If none of the above are true, then return "Not Met" in D1.
    Last edited by Mizzou.2018; 05-06-2019 at 12:05 AM. Reason: Solved

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2406 Win 11 Home 64 Bit
    Posts
    24,001

    Re: Formula Help

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however the thread title does not really convey what your request is about.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    04-29-2019
    Location
    Dar es salaam,Tanzania
    MS-Off Ver
    MS2010
    Posts
    5
    Quote Originally Posted by Mizzou.2018 View Post
    I need a pretty long formula for all of the following combined ias there are multiple conditions and outcomes.

    If A1 is greater than or equal to C1 then return "100% Met" in D1.
    If A1 is greater than or equal to 5 points increase than B1 then return "100% Met" in D1. Example 5 points increase would be 90.00 to 95.00.
    If A1 is greater than or equal to 3 points increase than B1 then return "50% Met" in D1. Example 3 points increase would be 90.00 to 93.00.
    If none of the above are true, then return "Not Met" in D1.
    Use this one

    =IF(A1>=C1,"100% Met",IF(A1>=(B1+5),"100% Met",IF(A1>=(C1+3),"50% Met","Not Met")))

  4. #4
    Registered User
    Join Date
    09-09-2018
    Location
    Missouri, USA
    MS-Off Ver
    Microsoft for Mac, Version 16.16.1, Office 365
    Posts
    37

    Re: 1 formula needed covering 4 different conditions

    Thank you!!

+ 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: 3
    Last Post: 01-10-2019, 09:34 AM
  2. Replies: 5
    Last Post: 02-16-2018, 06:50 AM
  3. Replies: 8
    Last Post: 09-22-2017, 05:41 AM
  4. Excel formula bar to display the result of the formula , not the formula?
    By max_max in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-18-2016, 07:15 PM
  5. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  6. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 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