Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

excel 2003 visual basic intermediate course - the frequency function

Forum home » Delegate support and help forum » Microsoft Excel Training and help » excel 2003 visual basic intermediate course - The Frequency Function

excel 2003 visual basic intermediate course - The Frequency Function

ResolvedVersion Standard

The Frequency Function

I have a list of sales figures from a single month and woud like to know how many were under a particular number, ie 1000, and then how many numbers fell in between 2000, 3000, and so on?

Edited on Fri 30 Nov 2007, 10:55

RE: The Frequency Function

Answer to the question:
To use the Frequency function you need to do a little set up work;
1. Add another column of data in this case the values that you wish to be your numbers starting with 1000, then 2000, 3000 etc. This is known as your Bins Array, and the values are the categories or "Bins" that you want Excel to use for the intervals.
2. Highlight the range where you want the frequency analysis to appear, (this will be in another column, preferably alongside the bins array, include one extra cell in this column for numbers that are higher than your final bin.
3. Type the frequency in the top cell using this syntax; =FREQUENCY(VALUES RANGE, BINS ARRAY RANGE) e.g. =Frequency(A7:D19,F7:F20) DO NOT PRESS ENTER.
4. Once you have typed the Frequency function, Hold down both CTRL and SHIFT keys and then press ENTER.
This creates an array formula and simultaneously analyses all of your bins, giving a count of the number of entries below each frequency level.
You can recognise the formula by the braces {} around the entire formula.
Note that each number in the bins array means less than or equal to.

Excel tip:

Hiding and unhiding columns using the keyboard

CTRL + 0 hides your columns and CTRL + SHIFT + ) unhides them although you would need to highlight the column letters either side as per normal

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.12 secs.