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 -
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top