I've a file in which some cells have been red colored after using conditional formatting across the columns. Now, I would like to count the number of red colored cells across the rows. An example of my Excel sheet is given below:

The following results are expected:
Row 1: 1
Row 2: 1
Row 3: 0
Row 4: 0
Row 5: 3
Any ideas?

COUNTIFor something similar? – Excellll Oct 11 '12 at 18:24Conditional Formatting>>Manage Rules...? If the formatting is applied conditionally, there should be a rule there. If the formatting was applied some other way (by VBA perhaps), you can use something like the solution found in this post: superuser.com/q/328326/76571 – Excellll Oct 12 '12 at 13:22