+ Reply to Thread
Results 1 to 5 of 5

Conditional Formatting Sum Total

  1. #1
    Registered User
    Join Date
    09-22-2009
    Location
    Sydney,Australia
    MS-Off Ver
    MS Office 365
    Posts
    39

    Conditional Formatting Sum Total

    Hi,

    Is there a formula to add values of cells based on conditioning formatting? I would like to add up all of the numbers in green to give me the sum of those?

    I have attached sample

    Thanks

    Douglas
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    02-26-2018
    Location
    Kansas, USA
    MS-Off Ver
    Excel 2016, 365
    Posts
    28

    Re: Conditional Formatting Sum Total

    Basically you filter it (I had to look this one up too...)
    Here's my source:
    :: BatNoob
    ' BatNoob
    /* BatNoob*/

  3. #3
    Registered User
    Join Date
    09-22-2009
    Location
    Sydney,Australia
    MS-Off Ver
    MS Office 365
    Posts
    39

    Re: Conditional Formatting Sum Total

    Thanks,
    I've tried that one as well but when you change the filters on the other suppliers the value for that particular one also changes. I need a formula that will work without applying filters.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,535

    Re: Conditional Formatting Sum Total

    It appears that the rule for the green highlighted cells is the minimum (bottom 1) value from each row. That being the case I propose the following:
    1) Populate column I using: =MIN(D3:H3)
    2) Populate column J using: =INDEX(D$1:H$1,MATCH(I3,D3:H3,0))
    If the goal is to get a total of all minimums then use the following in I38: =SUM(I3:I35)
    If the goal is to get the total from each supplier then use the following in D40:H40 =SUMIFS($I3:$I35,$J3:$J35,D1)
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,598

    Re: Conditional Formatting Sum Total

    Ben Van Johnson

+ 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. Conditional Formatting based on grand total.
    By excelnovice3 in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 03-31-2017, 07:07 AM
  2. Replies: 4
    Last Post: 02-11-2017, 02:15 AM
  3. How to Total a Column That Contains Conditional Formatting
    By ellesutgr in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-03-2015, 02:09 PM
  4. conditional formatting for running total
    By ammartino44 in forum Excel General
    Replies: 8
    Last Post: 05-11-2015, 05:38 PM
  5. Conditional Formatting a Running Total
    By dwalinga in forum Excel General
    Replies: 0
    Last Post: 03-19-2013, 10:25 AM
  6. Running Total with Conditional Formatting and no Repeats
    By Gwen@YouWantWhat? in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-15-2012, 01:19 PM
  7. conditional formatting total
    By Tiya in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-01-2005, 04:05 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