View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mahadevan Swamy Mahadevan Swamy is offline
external usenet poster
 
Posts: 20
Default Frequency Formula

Hi,

I am having some trouble using the frequency formula. All I want it to
do is to read an array of decimal numbers and a bin array and return a
proper frequency value. But all I get is a 0. I have used the CTRL +
SHIFT + ENTER keys and it still doesnt work. Here is the data

25.1 29.0 24.5 35.7 37.9
34.9 24.3 26.6 27.3 32.0
30.0 24.5 35.3 33.5 36.6
34.8 16.2 13.1 24.5 33.6
28.0 33.9 30.7 32.0 37.7
21.1 31.2 35.6 34.4 25.2
35.9 18.3 29.4 29.5 34.8
29.4 26.4 38.8 36.0 28.7
23.4 35.3 33.7 38.1 28.6
34.2 34.8 39.2 39.9 36.8

BIN

10.0
15.0
20.0
25.0
30.0
35.0

For the bin of 10.0, the frequency must be 1 and etc.....I had a
formula =FREQUENCY($A$2:$E$11, H$2:H$7) and it still returns me a
value of 0. Can anyone suggest a simple solution to this problem.
Thanks

Swamy