| View previous topic :: View next topic |
| Author |
Message |
anthfiat General User

Joined: 30 Mar 2005 Posts: 9
|
Posted: Thu Feb 16, 2006 1:02 pm Post subject: Sorting to a Frequency Table |
|
|
Hello,
I was jst wondering if someone could help me with sorting of data to class intervals. I have a column of data that I would like Calc to sort into a predifined range of data. Does anybody have any tips. An example would be:
data set: 43, 46, 34, 59, 87, 91, 54, 87, 65, 96, 5, 18, 21, 32, 78, 23, 97
I would like it sorted to class intervals as follows:
Class Interval Frequency
0-9
10-19
20-29
30-39
40-49
50-59
60-69
70-79
80-89
90-99
any help would be greatly appreciated,
Anthony |
|
| Back to top |
|
 |
Villeroy Super User


Joined: 04 Oct 2004 Posts: 10065 Location: Germany
|
Posted: Thu Feb 16, 2006 1:22 pm Post subject: |
|
|
Column A1:A11 has 0, 10, 20, ..., 100
Column B: 43, 46, 34, 59, 87, 91, 54, 87, 65, 96, 5, 18, 21, 32, 78, 23, 97
C1: =MATCH($B1;$A$1:$A$11;TRUE)
returnes the position in sorted A1:A11
D1: =VLOOKUP($B1;$A$1:$A$11;1;TRUE)
returnes the value of sorted A1:A11 |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|