How do i total cells in excel that contain specific text?

G

Guest

I have a column in which each cell contains either "W" or "L"
What formula do I use to total cells that contain either of these two
characters?

thanks

jb
 
G

Guest

For W or L in Col_A

To count W's:
=COUNTIF(A:A,"W")

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro
 
G

Gilles Desjardins

Create a formula for each L and W as follows.
There are other ways like Conditional sum wizard, etc.

=COUNTIF(D1:D7,"W")

Gilles
 

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