COUNTIF using formatting?

N

Nicolle K.

Here is a basic example of what I'm trying to do:

I have a list of football teams. Each week, I format the football teams
that won with red font. Is there a way to find a count of those teams
formatting in red and display that number in my worksheet?

I know an alternate way around this would be to have a win/loss column and
do a COUNTIF based on the values there. But I'm wondering if there's a way
to do it based on the formatting instead of the values.
 
G

Gordon

Nicolle said:
Here is a basic example of what I'm trying to do:

I have a list of football teams. Each week, I format the football
teams that won with red font. Is there a way to find a count of
those teams formatting in red and display that number in my worksheet?

I know an alternate way around this would be to have a win/loss
column and do a COUNTIF based on the values there. But I'm wondering
if there's a way to do it based on the formatting instead of the
values.

No AFAIK - you need to flag the rows that correspond to the winning teams.
 
Top