Problem with Frequency() formula

  • Thread starter Thread starter Jim May
  • Start date Start date
J

Jim May

Why/how would such a thing occur?

Age today Bins Count Formula under Count:
65 70 1
<<{Frequency($DATA$RANGE,$BIN$RANGE)}
69 65 4 ""
63 60 0 ""
71 1 ""
65
62

Formula is obviously wrong (DATARANGE is formula Datedif(x,y,"y").
TIA,
 
The result gives you "less than or equal to" from the bin. So its correct.
Try putting the bin in ascending order, and you will get correct expected
answers.

Mangesh
 
Thanks Mangesh,

Mangesh Yadav said:
The result gives you "less than or equal to" from the bin. So its correct.
Try putting the bin in ascending order, and you will get correct expected
answers.

Mangesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top