Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Is there a method that I can sum all cells of a certain cell colour? Eg. sum
of all cells colured red? TIA |
#2
![]() |
|||
|
|||
![]()
Take a look at
http://cpearson.com/excel/colors.htm In article , "Steve Wood" wrote: Is there a method that I can sum all cells of a certain cell colour? Eg. sum of all cells colured red? TIA |
#3
![]() |
|||
|
|||
![]()
There is an example of using SUMPRODUCT and UDFs to count coloured cells at
http://www.xldynamic.com/source/xld.ColourCounter.html The biggest problem is that changing a colour does not generate a worksheet recalculation. One way around this is to use a button to set the colour, and in the code associated with the button, do a sheet calculate (Activesheet.Calculate). You would also need to add Application.Volatile to the UDF. -- HTH RP (remove nothere from the email address if mailing direct) "Steve Wood" wrote in message ... Is there a method that I can sum all cells of a certain cell colour? Eg. sum of all cells colured red? TIA |
#4
![]() |
|||
|
|||
![]()
Hi
only possible with VBA. See http://www.xldynamic.com/source/xld.ColourCounter.html and http://www.cpearson.com/excel/colors.htm -- Regards Frank Kabel Frankfurt, Germany "Steve Wood" schrieb im Newsbeitrag ... Is there a method that I can sum all cells of a certain cell colour? Eg. sum of all cells colured red? TIA |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
fill series grayed out (not available, disactivated) | Excel Discussion (Misc queries) | |||
Changing Cell Fill Colour | Excel Discussion (Misc queries) | |||
Automatically insert fill colour when data is added? | Excel Worksheet Functions | |||
Text in Blue colour, but print in black colour | Excel Worksheet Functions | |||
Function to return colour of formatted cell | Excel Worksheet Functions |