Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Default Sorting by range

Hi everyone!

I'm looking for hints on the following:
I have a list with a large number of values and I would like to sort these into four groups by size.

Thanks in advance!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Sorting by range

And what would be the lower and upper ranges of size?

Or you just want 4 equal sized groups?

Like 1 through 12 would be grouped 1-4, 5-8 amd 9-12


Gord Dibben MS Excel MVP

On Sat, 20 Oct 2007 11:50:41 +0100, planetdust wrote:


Hi everyone!

I'm looking for hints on the following:
I have a list with a large number of values and I would like to sort
these into four groups by size.

Thanks in advance!


  #3   Report Post  
Junior Member
 
Posts: 2
Default

The groups would be minimum value to 1/4 of the max. value, 1/4 of the max. value to 2/4 of the max. value, 2/4 of the max. value to 3/4 of the max. value, and finally 3/4 of the max. value to the max. value. I suppose, that the number of values that end up in each group will be different.
Sorting in ascending order by size shows, that the minimum value in this specific list is 0,01841 and the max. is 0,05388.

Quote:
Originally Posted by Gord Dibben View Post
And what would be the lower and upper ranges of size?

Or you just want 4 equal sized groups?

Like 1 through 12 would be grouped 1-4, 5-8 amd 9-12


Gord Dibben MS Excel MVP

On Sat, 20 Oct 2007 11:50:41 +0100, planetdust wrote:


Hi everyone!

I'm looking for hints on the following:
I have a list with a large number of values and I would like to sort
these into four groups by size.

Thanks in advance!
  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8,856
Default Sorting by range

Perhaps you can use MAX to find the largest number in your range, MIN
to find the smallest number, so the difference between these will give
you the total range of numbers. Dividing by 4 will give you the range
of numbers within each group (if you wanted to categorise them this
way). So, if your minimum was -10 and your maximum was 200, each group
would be (200 - -10)/4 wide, i.e. 210/4 or 52.5. So, your first group
would be from -10 to 42.5, second group 42.5 to 95, third group 95 to
147.5 and final group 147.5 to 200.

Of course, you might want to group them by frequency and have the same
number of values within each group ...

Hope this helps.

Pete

On Oct 20, 11:50 am, planetdust wrote:
Hi everyone!

I'm looking for hints on the following:
I have a list with a large number of values and I would like to sort
these into four groups by size.

Thanks in advance!

--
planetdust



Reply
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
How to use functions after sorting a range? R13 Excel Worksheet Functions 2 April 4th 07 02:44 PM
Sorting a Range cmm Excel Discussion (Misc queries) 1 June 30th 06 01:35 PM
sorting a range cjsmith22 Excel Discussion (Misc queries) 2 November 13th 05 11:19 PM
Sorting a Concatenated Range Greg Excel Worksheet Functions 2 October 25th 05 03:03 PM
Sorting names in a range John S Excel Worksheet Functions 2 April 4th 05 06:36 AM


All times are GMT +1. The time now is 10:03 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"