Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 3
Default Selective Calculation of Mean & Mode

I am trying to calculate average (Mean & Mode) values for a range of numbers but ignoring numbers that are out of character for the dataset.

Example:

Sales per time period: 2,2,4,5,3,76,2,45

How can I identify 76 and 45 as being out of anticpated range of numbers?

Hope you can help,
thanks Steve
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Selective Calculation of Mean & Mode

Well, with all your #s in row 1, in A1:H1, this calculates the average for
those #s less than 45. I don't know how you will determine that 45 is your
upper bound, but....

This is an array formula, meaning you commit it by pressing Shift-Ctrl-Enter:

=AVERAGE(IF(A1:H1<45,A1:H1))

"stevekanc" wrote:


I am trying to calculate average (Mean & Mode) values for a range of
numbers but ignoring numbers that are out of character for the
dataset.

Example:

Sales per time period: 2,2,4,5,3,76,2,45

How can I identify 76 and 45 as being out of anticpated range of
numbers?

Hope you can help,
thanks Steve




--
stevekanc

  #3   Report Post  
Junior Member
 
Posts: 3
Default

Quote:
Originally Posted by Duke Carey View Post
Well, with all your #s in row 1, in A1:H1, this calculates the average for
those #s less than 45. I don't know how you will determine that 45 is your
upper bound, but....

This is an array formula, meaning you commit it by pressing Shift-Ctrl-Enter:

=AVERAGE(IF(A1:H1<45,A1:H1))
Thanks Duke, I tried this before but did not know about the shift-cntrl-enter bit. Can you explain this please?

Much appreciated, Steve
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Selective Calculation of Mean & Mode

Did you look up "array formula" in Excel help?
--
David Biddulph

"stevekanc" <s190468&lt;at)btinternet - dot - com wrote in message
...

Thanks Duke, I tried this before but did not know about the
shift-cntrl-enter bit. Can you explain this please?


Duke Carey;559221 Wrote:
Well, with all your #s in row 1, in A1:H1, this calculates the average
for
those #s less than 45. I don't know how you will determine that 45 is
your
upper bound, but....

This is an array formula, meaning you commit it by pressing
Shift-Ctrl-Enter:

=AVERAGE(IF(A1:H1<45,A1:H1))




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
manual calculation mode Victor Excel Discussion (Misc queries) 0 June 18th 07 10:44 PM
Ommitting 0 from a mode calculation. Steve Excel Discussion (Misc queries) 1 October 4th 06 08:58 AM
Selective calculation PH NEWS Excel Worksheet Functions 2 September 21st 06 01:33 PM
Set Calculation mode for a single worksheet Paulo A Excel Worksheet Functions 4 September 7th 06 03:10 PM
My Calculation Mode Changed to Manual Somehow?!? Jeb Excel Discussion (Misc queries) 2 August 4th 05 03:40 PM


All times are GMT +1. The time now is 04:18 AM.

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"