Sum of coloured cells in execel 2007

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please can anyone tell me if Excel 2007 has a function that will count the
number of coloured cells in a range,. I have a column with red, yellow and
blue coloured cells in it and I want to count the number of each colour.

Thanks
 
You can use the subtotal function and auto filter to count and sum coloured
cells in 2007
Filter on a specific colour then use =SUBTOTAL(3,Full_Range) to count them
 
Back
Top