What's the best way to count conditional formats?

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

Guest

I'm building a spread sheet for Office Football Pools. I used conditional
formatting so once a score was entered it would format the cell with a
pattern if the person picked the correct winner. Is there a way to count the
conditional formats to tally total wins?
 
best way is to use the same condition as a formula and count those.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Yes, it is possible but it is pretty complex stuff.
http://www.cpearson.com/excel/CFColors.htm
The mind boggles.

Why don't you find a way of counting the underlying condition instead?
For example, add anther column saying:
=IF(prediction=actual,"yes","no")
then count all the yeses

HTH
 

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