Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
What formula can i use to get the total of cells by counting text with diferent color? ex: NAMES david joe richard David and Richard are writen in black and Joe writen in red; so my calculation shoud be = to 2, or for other hand = to 1. Any help? Thanks. Alberto |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can't use anything built in unless you have 2007,
http://www.cpearson.com/excel/colors.htm have functions that you can use after creating them as UDFs if you have 2007 you can't sum/count by colour but you can filter by colour and the sum the visible cells using SUBTOTAL -- Regards, Peo Sjoblom "alberto" wrote in message ... Hi, What formula can i use to get the total of cells by counting text with diferent color? ex: NAMES david joe richard David and Richard are writen in black and Joe writen in red; so my calculation shoud be = to 2, or for other hand = to 1. Any help? Thanks. Alberto |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See http://www.xldynamic.com/source/xld.ColourCounter.html for a working
solution -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "alberto" wrote in message ... Hi, What formula can i use to get the total of cells by counting text with diferent color? ex: NAMES david joe richard David and Richard are writen in black and Joe writen in red; so my calculation shoud be = to 2, or for other hand = to 1. Any help? Thanks. Alberto |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Bob,
but how can i use =SUMPRODUCT(--(ColorIndex(A1:A100,TRUE)=3)) whit a text condition? (i.e. "david") "Bob Phillips" wrote: See http://www.xldynamic.com/source/xld.ColourCounter.html for a working solution -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "alberto" wrote in message ... Hi, What formula can i use to get the total of cells by counting text with diferent color? ex: NAMES david joe richard David and Richard are writen in black and Joe writen in red; so my calculation shoud be = to 2, or for other hand = to 1. Any help? Thanks. Alberto |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Peo,
i´ve already saw that link, but still don't know how to count specified colored text (i.e. "david"). Alberto "Peo Sjoblom" wrote: You can't use anything built in unless you have 2007, http://www.cpearson.com/excel/colors.htm have functions that you can use after creating them as UDFs if you have 2007 you can't sum/count by colour but you can filter by colour and the sum the visible cells using SUBTOTAL -- Regards, Peo Sjoblom "alberto" wrote in message ... Hi, What formula can i use to get the total of cells by counting text with diferent color? ex: NAMES david joe richard David and Richard are writen in black and Joe writen in red; so my calculation shoud be = to 2, or for other hand = to 1. Any help? Thanks. Alberto |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
And my office is 2003.
"Peo Sjoblom" wrote: You can't use anything built in unless you have 2007, http://www.cpearson.com/excel/colors.htm have functions that you can use after creating them as UDFs if you have 2007 you can't sum/count by colour but you can filter by colour and the sum the visible cells using SUBTOTAL -- Regards, Peo Sjoblom "alberto" wrote in message ... Hi, What formula can i use to get the total of cells by counting text with diferent color? ex: NAMES david joe richard David and Richard are writen in black and Joe writen in red; so my calculation shoud be = to 2, or for other hand = to 1. Any help? Thanks. Alberto |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting cells that don't contain certain text | Excel Worksheet Functions | |||
Counting Conditional Filtered (By Color) Cells | Excel Worksheet Functions | |||
Excel formula for counting text in a certain color? | Excel Discussion (Misc queries) | |||
Counting Occurrence of Text within Text in Cells in Range. | Excel Worksheet Functions | |||
counting text cells | Excel Worksheet Functions |