View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] M.C.McFockedup@gmail.com is offline
external usenet poster
 
Posts: 2
Default how to make excel simply count red x's?

I just need excel to simply count the red x's in my document. It will
simplify all kinds of work. I have tried:
=SUMPRODUCT(--(ColorIndex(A1:A100,TRUE)=3)) , but i keep getting a name
error. When i change SUMPRODUCT to COUNT i dont get the name error but
it shows 0. Are there any simple solutions to this? I dont have the
time to get into visual basic either.