How do I count the number of alpha occurences in a range?

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

Guest

I have a list containing the 3 and 4 letter stock symbols of "buy"
recommendations from four different brokers. I want to count the number of
times the same stock symbols occur within this list.
 
Try this:

=COUNTIF(A1:D50,H1)

Where you enter the stock symbol of interest into H1.
 
Try the Countif function

if the ones of interest are in Column A and the recommendations are in
columns C-F
Will give you the number of times the initials in Column A is recommended.
=countif(C:F,A1)
copy down as far as you need.
 

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