Counting Zip Codes

J

jennerifw

I have a very long address list, with more than 50 different zip codes.
I would like for excel to count how many times each zip code appears.
Is there a way to do this with out entering all of the different zi
codes into the formula?

I also don't want to sort the list by zip code....I need it sorte
another way for my use.

Any ideas
 
R

RagDyer

Say the zip codes were in Column A.

Try this formula in any column:

=COUNTIF(A:A,A1)

And copy down as needed.

Now, you'll be displaying the same zip counts numerous times, but you will
see how many there are of each one.

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
G

gls858

jennerifw said:
I have a very long address list, with more than 50 different zip codes.
I would like for excel to count how many times each zip code appears.
Is there a way to do this with out entering all of the different zip
codes into the formula?

I also don't want to sort the list by zip code....I need it sorted
another way for my use.

Any ideas?
Another method would be to sort the list by zip code then do a subtotal
count on that sort. Data > Subtotals the rest is easy.

gls858
 

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