Counting the Frequency of an Item in a List

rtb2399

New Member
Joined
Dec 14, 2010
Messages
19
I am using Excel 2007 and I have multiple coloumns of data that each have stock tickers in them and I need to return the frequency of how often each item appears. Is there any easy way where I can make a list of all the data and get a count of how often the information appears in the column next to it?

Please let me know if you need more information.

Thanks in advance
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
I’m not sure about matrix but this maybe will give you some idea


Let say your item list is in range A2:A25 & your data in E2:M40
Formula in B2
Code:
 =COUNTIF($E$2:$M$40,$A2)
Formula in B3
Code:
 =COUNTIF($E$2:$M$40,$A3)
& copy down until B25
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,875
Members
452,949
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top