Formula

  • Thread starter Thread starter Dan Cotton
  • Start date Start date
D

Dan Cotton

This may seem stupid but here it goes. I have excel 2003 on my computer. I
know how to get the sum say line 6 = line 1-5 with numbers. My question is
how to get the sum in nunbers for line 6 counting letters on lines 1-5.
Example line 1-5 has a w in each box, how do I get a number 5 in colum 6?
 
Try this:

=COUNTIF(A1:A5,"*w*")

You can use wildcards with COUNTIF.

Hope this helps.

Pete
 

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