Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I run the STDEV function with multiple criteria?


I need to find the standard deviation of the Males of different age
groups and the STDEV function does not allow me to specify that only
the males of a certain age group in my data should be included in the
calculation. If anyone can tell me how to do this or what function to
use it would be much appreciated.

Thanks


--
JLMcCracken
------------------------------------------------------------------------
JLMcCracken's Profile: http://www.excelforum.com/member.php...o&userid=37432
View this thread: http://www.excelforum.com/showthread...hreadid=571061

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default How do I run the STDEV function with multiple criteria?

Hi!

Providing details helps!

A1:A10 = M or F
B1:B10 = age in years

Find Stdev of M in the age group 25 to 50:

Formula entered as an array using the key combination of CTRL,SHIFT,ENTER:

=STDEV(IF((A1:A10="M")*(B1:B10=25)*(B1:B10<=50),B 1:B10))

Biff

"JLMcCracken"
wrote in message
...

I need to find the standard deviation of the Males of different age
groups and the STDEV function does not allow me to specify that only
the males of a certain age group in my data should be included in the
calculation. If anyone can tell me how to do this or what function to
use it would be much appreciated.

Thanks


--
JLMcCracken
------------------------------------------------------------------------
JLMcCracken's Profile:
http://www.excelforum.com/member.php...o&userid=37432
View this thread: http://www.excelforum.com/showthread...hreadid=571061



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
numerical integration integreat Excel Discussion (Misc queries) 4 May 12th 06 02:40 AM
Index function using multiple values in one cell [email protected] Excel Worksheet Functions 2 May 11th 06 08:14 PM
Double and Multiple Lookup Using the MATCH Function Charles793 Excel Worksheet Functions 0 May 11th 06 01:46 PM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
creating a function with multiple criteria e_bone75 Excel Worksheet Functions 2 October 14th 05 09:08 PM


All times are GMT +1. The time now is 07:41 PM.

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"