Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,117
Default Trying to find additional ranges outside of min, max, and average

Excel 2003/2013
Win XP/7
(using 2 different computers - needs to work on both)

I have a range of unsorted data consisting of a row.
=MAX(E16:BB16) gives me the highest value
=AVERAGE(E16:BB16) gives me the average value
=MIN(E16:BB16) gives me the lowest value

How do I get the value of the range between the maximum and the average?
And the value between the average and the minimum?

Can I do it with one formula - perhaps an array formula? - or do I need to use helper cells? This is for my personal use, so I don't mind using helper cells.

Ultimately I want a range that looks like this:

Highest value know how
Middle-High value
Middle value know how
Middle-Low value
Lowest value know how

Any thoughts would be greatly appreciated.

:)
Susan

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default Trying to find additional ranges outside of min, max, and average

Hi Susan,

Am Sat, 17 Aug 2013 14:36:00 -0700 (PDT) schrieb Susan:

How do I get the value of the range between the maximum and the average?


try:
=SUMIF(E16:BB16,"="&AVERAGE(E16:BB16))/COUNTIF(E16:BB16,"="&AVERAGE(E16:BB16))
And the value between the average and the minimum?


=SUMIF(E16:BB16,"<="&AVERAGE(E16:BB16))/COUNTIF(E16:BB16,"<="&AVERAGE(E16:BB16))


Regards
Claus B.
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,117
Default Trying to find additional ranges outside of min, max, and average

Thank you, as usual, Claus!

Works perfectly!

Susan :)
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
MAX AVERAGE MIN with additional criteria, ignoring blank cells Struggling in Sheffield[_2_] Excel Discussion (Misc queries) 6 February 25th 10 09:24 PM
AVERAGESIFS Function - average cells that fall within a date rangeand meet additional criteria SK08 Excel Worksheet Functions 3 March 12th 09 06:31 PM
Find monthly average but have average automatically configured kimbafred Excel Discussion (Misc queries) 2 August 8th 07 12:28 AM
Newbie: Find additional text strings John Hughes Excel Programming 4 August 31st 06 08:36 PM
Column chart with additional "average" column Bill_S Charts and Charting in Excel 1 October 7th 05 10:58 PM


All times are GMT +1. The time now is 09:36 AM.

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

About Us

"It's about Microsoft Excel"