LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 33
Default Computing Quartiles with Excel 2007

Hi,

I have the following problem, that I would think it would be easy to solve
but I haven't find a way to do it. I have a large set of data where I run
simple descriptive statistics from let's say A1:A100 to get the following
distributioin analyzis:

Minimum =MIN(A1:A100)
1st Quartile =QUARTILE(A1:A100,1)
Median =MEDIAN(A1:A100)
3rd Quartile QUARTILE(A1:A100,3)
Maximum =MAX(A1:A100)

No problem at this point. Now, the Excel spreadsheet cannot be modified by
changing the order of where the cells are.

New data comes in, it wasn't supposed to be new data, but furtehr down the
road we realized we accidentantly skipped 21 values BUT THERE IS NO WAY WE
CAN MODIFIED THE CELLS ON THIS SPREADSHEET. Instead, I decided to put the new
21 values of data at the very end of the spreadsheet.

MY QUESTIONS is this: how do you compute the quartiles for the set of data
when you have the location of the data separated on the spreadsheet? As you
can see, it is an easy fix for the Max, the Median and the Mean. But who cal
help me to figure this out? what do you do with the quartiles?

This is how my spreadsheet looks now:

Minimum =MIN(A1:A100,A201:A221)
1st Quartile =QUARTILE(A1:A100,1)
Median =MEDIAN(A1:A100,A201:A221)
3rd Quartile QUARTILE(A1:A100,3)
Maximum =MAX(A1:A100,A201:A221)

I am combining two arrays to cover all data, but how do you do the same with
the Quartile formula?

Please Help!
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Add quartiles and mode functions to pivots tables in Excel! Erica Excel Discussion (Misc queries) 1 December 21st 05 02:39 PM
graphing quartiles..does anyone have a source for how to do this? laurieevan Charts and Charting in Excel 1 September 8th 05 06:52 PM
QUARTILES in Excel Francisco Excel Worksheet Functions 0 August 11th 05 09:35 AM
Algorithm for computing Excel PercentRank Kam Mistry Excel Worksheet Functions 0 April 7th 05 02:46 PM
Calculation Method for Quartiles Mike57 Excel Worksheet Functions 2 January 20th 05 01:49 AM


All times are GMT +1. The time now is 01:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"