![]() |
#4
|
||||
|
||||
![]()
Hi,
I'll explain the problem(s) with counting by colours. Excel 2007 does not have a built-in worksheet function which can count by colour. This means that you would have to write a custom VBA function (this is called a "UDF") to do it. Even then, the UDF wouldn't automatically recalculate when the colour of a cell changes because changing the colour of a cell doesn't trigger a calculation event. This solution isn't very good. If the colour of the cell is determined by the name of a person then you should aim to count by name rather than by colour. You can do this using COUNTIF() or you could even use a pivot table. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Count If Formula | beb1227 | Excel | 10 | 06-19-2011 11:19 AM |
![]() |
zanat0s | Excel | 3 | 06-09-2011 10:53 AM |
Don't count hidden slides | Lu_Argentina | PowerPoint | 0 | 10-12-2010 02:12 PM |
How to Count from Different Cells? | Shahzad | Excel | 3 | 06-26-2010 01:06 AM |
Don't count 0 in a chart | Rmaisone | Excel | 0 | 08-21-2006 12:26 PM |