Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have 30 entries in a list which are the heights of students in my class in
cm. I want to plot a bar chart of this data so the spreadsheet is arranged to show the data as numbers of students with heights between certain values eg 3 students between 131 and 135 cm, 4 between 136 and 140 cm, 2 between 141 and 145 cm etc. Which formula do I use to get excel to automatically calculate the numbers iof students between these values? I have tried combinations of SUM and IF to no avail. Can anyone help. Thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(rng=13),--(rng(<=135)
etc. -- HTH RP (remove nothere from the email address if mailing direct) "andyuae" wrote in message ... I have 30 entries in a list which are the heights of students in my class in cm. I want to plot a bar chart of this data so the spreadsheet is arranged to show the data as numbers of students with heights between certain values eg 3 students between 131 and 135 cm, 4 between 136 and 140 cm, 2 between 141 and 145 cm etc. Which formula do I use to get excel to automatically calculate the numbers iof students between these values? I have tried combinations of SUM and IF to no avail. Can anyone help. Thanks. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Also, have at look at FREQUENCY in Help
best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "andyuae" wrote in message ... I have 30 entries in a list which are the heights of students in my class in cm. I want to plot a bar chart of this data so the spreadsheet is arranged to show the data as numbers of students with heights between certain values eg 3 students between 131 and 135 cm, 4 between 136 and 140 cm, 2 between 141 and 145 cm etc. Which formula do I use to get excel to automatically calculate the numbers iof students between these values? I have tried combinations of SUM and IF to no avail. Can anyone help. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup Max and Min Values in a List | Excel Discussion (Misc queries) | |||
Select values from list | Excel Discussion (Misc queries) | |||
How do I pick a number from a list in Excel? | Excel Worksheet Functions | |||
Selecting data from a list based on entered values | Excel Discussion (Misc queries) | |||
Counting Repeated text or duplicates in a list | Excel Discussion (Misc queries) |