Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In case you have not found a solution, try this one. You will have to re-set
the range parameters to meet your requirements. Sub redX() Dim i A = 0 For Each i In Range("A1:C6").Cells If i.Value = "x" And i.Font.ColorIndex = 3 Then A = A + 1 End If Next i MsgBox "The count is " & A End Sub " wrote: 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. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I simply output Deciles in Excel? | Excel Discussion (Misc queries) | |||
How do I make an X appear in a cell by simply double clicking it? | Excel Discussion (Misc queries) | |||
how to get excel to simply count the number of red x's | Excel Discussion (Misc queries) | |||
is there a way to make dates simply be read as text? | Excel Programming | |||
Excel 2003 Simply Stopped Working | Excel Worksheet Functions |