+ Reply to Thread
Results 1 to 2 of 2

Conditional Formula help

  1. #1
    Registered User
    Join Date
    02-28-2019
    Location
    uk
    MS-Off Ver
    2010
    Posts
    3

    Conditional Formula help

    Hi all,

    Some help here would be very much appreciated! I'm sure it's really simple but cannot figure it out.

    I have a table of percentages, and need a column that will return either "yes" or "no" depending on several conditions.

    Please see below example

    excel.JPG

    At the moment I manually have to go through fields and insert 'Yes' in email required, if the previous two months are below 80%, and an email has not already been sent.

    So in summary I need a formula that returns Yes, if the most previous two months are below 80% and an email has not already bee sent.

    Thanks in advance!

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Conditional Formula help

    what happens to the months in the future

    you have January in column T and December in column Q
    what happens in Feb or March?

    Not sure which column R or U is the one saying an EMAIL IS required
    lets assume R for now

    you can use an AND() with an IF ()

    =IF ( AND ( Q2 < 0.8 , T2 < 0.8 , R2 = "YES" ) , "YES", "NO")
    and copy down the sheet

    this test if Q2 is below 80% AND T2 is below 80% AND if an email is required - if all those are TRUE - put YES into the column you have this formula

    a sample spreadsheet would be better than an image
    and include the expected results
    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.

+ 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 on TBA dates and formula on Conditional Formatting
    By kirkpatrickg in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-10-2018, 02:02 PM
  2. [SOLVED] VBA to create a relative formula in a conditional format (rather than an absolute formula)
    By The_Snook in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-07-2016, 08:00 AM
  3. [SOLVED] Conditional Statement for Negative Numbers inside a Conditional Formula
    By kuzniak in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 12-18-2015, 11:17 PM
  4. formula help - conditional format to colour cell = count = formula
    By rangeruk in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-23-2015, 09:03 PM
  5. Replies: 3
    Last Post: 11-28-2013, 02:11 AM
  6. Changing conditional average formula to conditional sumproduct
    By chlor in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-29-2007, 11:39 AM
  7. [SOLVED] How do I do a complex conditional in a conditional formatting formula
    By Ray Stevens in forum Excel General
    Replies: 6
    Last Post: 03-12-2006, 06:30 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