Results 1 to 7 of 7

Conditional Formatting Formula - Multiple Criteria - SUM, COUNT, Exemption, exception

Threaded View

  1. #1
    Registered User
    Join Date
    11-07-2022
    Location
    USA
    MS-Off Ver
    Office 365 2206
    Posts
    4

    Exclamation Conditional Formatting Formula - Multiple Criteria - SUM, COUNT, Exemption, exception

    Hello Folks,

    I've included a workbook with sample data as well as expected highlighting/conditional formatting to occur.

    The criteria is as follows:
    Highlight if sum of column D (SOLD) for a single person listed in Column A (INITIALS) is greater than 100 WHILE.
    Exemption: ANY rows which may contain "DONE" in column E (VERIFY)

    EXCEPTION: If the person in column A (INITIALS) only has ONE non-"DONE" row assigned, DO NOT highlight.


    NOTE: You can SORT Column A in the "Expected OUTPUTEFFECT" sheet to better arrange and see the desired effect better.

    I'm looking for both a DYNAMIC Range and a STATIC Range formula (I hope that's good wording).
    The amount of rows per day in my case can fluctuate day to day from anything between 100-1000. For example, the static formula should consider the range A1:F1000 for highlighting; while the dynamic one should probably just be $A:$F

    The following dynamic formula KIND OF work, but eventually DIDN'T and absolutely takes a long time to process thus my request for a more STATIC range formula as well. (I'm bad at making these things work haha)
    =AND(SUMIFS($D:$D,$A:$A,$A1,$E:$E,"<>DONE")>100,COUNTIFS($A:$A,$A1,$E:$E,"<>DONE")>1)
    (Hope I hand-typed that well)

    environment: Using Office 365, and uploading to SharePoint for teams use.

    Thanks in advance to all who participate!
    Attached Files Attached Files
    Last edited by Zelminar; 11-08-2022 at 01:46 PM. Reason: RESOLVED

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] formula for multiple criteria with an exception
    By vani2004 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-20-2022, 12:33 PM
  2. Replies: 1
    Last Post: 12-09-2019, 10:55 PM
  3. [SOLVED] Conditional Formatting formula to highlight a column if multiple criteria are not met.
    By KMJ256388 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-15-2018, 09:36 AM
  4. [SOLVED] Formula to Index match multiple criteria with conditional formatting for leave calendar
    By meckenzie2012 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-19-2016, 02:22 PM
  5. Conditional Row formatting with an Exception
    By CeruleanSplash in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-20-2013, 10:30 AM
  6. Replies: 8
    Last Post: 03-22-2013, 03:40 PM
  7. [SOLVED] Formula for Multiple Criteria in Conditional Formatting
    By excelheaven in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-08-2013, 10:52 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