View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
pdberger pdberger is offline
external usenet poster
 
Posts: 258
Default Frequency and If with multiple Columns

Jym --

It sounds like you are trying to create a histogram, or at least the data to
support one. Excel has a histogram method. If you've already installed it,
it will be under ToolsData Analysis. If you haven't installed the data
analysis tools it won't be there, but it's easy to install. Just go to
ToolsAddins, and click on 'Data Analysis' tools. (Don't click the 'Data

Analysis - VBA', that's used for programming...). Then the histogram is
available. You'll be able to make the table and/or chart, depending on what
options you select.

HTH

"Jym" wrote:


Hi and thank you for your time.

I have the following data in a spread sheet

A B C
0 50 F
50 52 D-
52 56 D
56 59 D+ //this continues through A+ it's our schools marking
system.

On another sheet in the same workbook I have my 300 students listed
with their grade inputted as well.

LastName FirstName Grade
Smith John 65

---------------------
What I would like to do is find out the frequency of grades on another
sheet that might look like

Grade Frequency
A 12 // where 12 means that 12 students recieved a mark
between 85 and 89

TIA




--
Jym