Data Frequency

S

SiH23

Within Column B there are various product codes. Each code consists of a
mixture of alpha and numerical characters. In Column B some of the codes are
duplicated.

I would like to place a formula in Column J which calculates the number of
individual occurences of that particular product code in Column B.
 
S

Sheeloo

Use this formula in J1 and copy down
=Countif(B$1:B$1000,B1)

Change 1000 to the last row in your dataset.
 

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

Similar Threads


Top