Results of 2 ranges of scores?

R

Roger Govier

Hi
Try
="You : Computer = "&
COUNTIF(E:E,"You Won!*")&
" : "&COUNTIF(E:E,"You Lost*")
 
S

StargateFan

I'm sorry; this is probably really simple but I can't seem to find
anything in the archives. I don't know what I'm dealing with, I
guess.

I have 2 columns, C and D, where a user inputs his/her scores on any
given day. Then in column E, the formula below says if you won or
not:

=IF(AND(ISNUMBER($C2),ISNUMBER($D2)),IF($C2=D2,"Tied!",IF($C2>$D2,"YOU
WON!","You lost :eek:(")),"")

In G1, I'd like to create a tally of the wins and losses so that the
user can now his/her overall standing. i.e., if there are 16 losses
and about 55 wins or so.

I'm thinking something like this might work, though if there's
something better, I'm open to suggestions from much more experienced
users <g>:

You : Computer = 55 : 16

Thanks. :eek:D
 

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

Similar Threads

Add text to formula? 5
Condensing a macro 2
countif 1
using excel formulas in VB coding 4
how to sum match score 3
Countif with a Range of criteria 8
Countif gone wrong 2
countifs criteria includes date range 4

Top