SUM of conditional formatting cells

  • Thread starter Thread starter Esradekan
  • Start date Start date
E

Esradekan

I have a worksheet that has cells that have conditional formatting
attached to them. What I need to do is to get the sum of cells with
specific colour backgrounds. Is there a formula that will do that?

Esradekan
 
If your CF condition is fairly simple (like cell contents greater than
100), then you could use SUMIF. With more complex conditions you may
have to use SUMPRODUCT. In either case you need to set up the same
conditions as are used in your conditional formatting.

Hope this helps.

Pete
 
Yep, that will do it, thanks so much.

Esradekan

If your CF condition is fairly simple (like cell contents greater than
100), then you could use SUMIF. With more complex conditions you may
have to use SUMPRODUCT. In either case you need to set up the same
conditions as are used in your conditional formatting.

Hope this helps.

Pete




- Show quoted text -
 
Back
Top