counting cells by text color

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

Guest

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
 
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
 
Thanks Bob,
but how can i use =SUMPRODUCT(--(ColorIndex(A1:A100,TRUE)=3)) whit a text
condition? (i.e. "david")
 
Thanks Peo,
i´ve already saw that link, but still don't know how to count specified
colored text (i.e. "david").
Alberto
 

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