frequencies of data

YoCantu18

Board Regular
Joined
Jul 23, 2008
Messages
51
Hi everyone,

I have a set of data that includes specific numbers. say 1,2,3 for example.

and I want to determine how many times the 1 appears, 2 appears, and so on.

Thanks for your help
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Take a look at the COUNTIF() function.

Alternativley (if you're feeling brave), you could try pivot tables.

HTH
 
Upvote 0
thanks alot. i think that will work. another quick question.

Is there a function that can list all the different specific values in a set of data?
 
Upvote 0
You might also want to try the frequency function as a array formula.

{=FREQUENCY(Data,Counts)}

You need to have a column with the "bins" you want to find the frequency of (1,2,3 etc)

Also, with array formulas, you have to select all of the cells at once. ie: if you're going to put your frequency counts in cells A1:A10, you select the entire range, enter the formula in the bar at the top, and then press ctrl+shift+enter.
 
Upvote 0

Forum statistics

Threads
1,214,885
Messages
6,122,085
Members
449,064
Latest member
MattDRT

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