Not sure what function to use and how.

G

Guest

I am doing a class project and within the project is a win and loss schedule
for a team. I wondered if there was a function that would take the word win
or loss from a column so I can place is into another column to have a running
total of wins and losses. Maybe a If function? I hope that makes sense.

Results Record
Won ?????
Lost ??????
Won
Lost
 
T

T. Valko

Try this:

=COUNTIF(A$1:A1,"won")&" - "&COUNTIF(A$1:A1,"lost")

Copy down as needed.
 

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

Top