Statistical summary of bucketed data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have two columns of data. The first contains a value, and the 2nd contains
the frequency of this value's occurance.

eg., The 1st 3 rows may look like:
Life Freq
1 4
2 6
3 10
..
..
..

I want to get excel to spit out summary statistics such as mean, std. dev.
etc.
I tried using the data analysis tool, but that works for a bunch of cells
that have the values, not value-frequency pairs. There are more that 1
million data points, so I don't want to create a new sheet and spit out all
the values as many times as they occur, and then use the data analysis tool.
Any suggestions?
 
I am a little unclear exactly what you are trying to do but I think you might
want a pivot table. You can place your values into the rows and calculate
your averages and standard deviations for each value.
 
I dont think a pivot table is what i want.
I have a column with values, and another which has the frequency of each of
these values. Is that what a pivot table is for?
 

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