Counting Frequency of Numbers in a Column

confused305

New Member
Joined
Jan 15, 2015
Messages
1
I'm trying to count the number of values that fall between a range. I would post a picture, but I'm not on my computer with Excel (sorry!!!). But, for example, I would like to get the Frequency column from the Data to count column:
ABCDE
1Data to countRangeFrequency
21
-3 to -11
3170 to 22
473 to 53
5-16 to 82
669 to 110
7812 to 140
8014 to 160
9517 to 191
10520 to 210

<tbody>
</tbody>

I was thinking of doing a SUMIF formula, but can't quite get it figured out. I also tried two ifs within a sum function, but that seems overly complicated. Can anyone help me out? Sorry if my example was confusing, and let me know if you need any clarifications of my problem. Thanks in advance!!!
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Sheet1

*ABCDEF
1Data to count*Range**Frequency
21*-3to-11
317*0to22
47*3to52
5-1*6to83
66*9to110
78*12to140
80*14to160
95*17to191
105*20to210

<colgroup><col style="font-weight:bold; width:30px; "><col style="width:64px;"><col style="width:64px;"><col style="width:21px;"><col style="width:20px;"><col style="width:21px;"><col style="width:64px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
F2=SUMPRODUCT(--($A$2:$A$10>=C2),--($A$2:$A$10<=E2))
F3=SUMPRODUCT(--($A$2:$A$10>=C3),--($A$2:$A$10<=E3))
F4=SUMPRODUCT(--($A$2:$A$10>=C4),--($A$2:$A$10<=E4))
F5=SUMPRODUCT(--($A$2:$A$10>=C5),--($A$2:$A$10<=E5))
F6=SUMPRODUCT(--($A$2:$A$10>=C6),--($A$2:$A$10<=E6))
F7=SUMPRODUCT(--($A$2:$A$10>=C7),--($A$2:$A$10<=E7))
F8=SUMPRODUCT(--($A$2:$A$10>=C8),--($A$2:$A$10<=E8))
F9=SUMPRODUCT(--($A$2:$A$10>=C9),--($A$2:$A$10<=E9))
F10=SUMPRODUCT(--($A$2:$A$10>=C10),--($A$2:$A$10<=E10))

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4
 
Upvote 0

Forum statistics

Threads
1,215,148
Messages
6,123,301
Members
449,095
Latest member
Chestertim

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