Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hello, I am a newbie here. I would just like to ask questions that has been bugging me for about a month now. 1. How do I get the median of a row or a column without including the zeroes? (This will affect my result) 2. How do I get the median specifying some conditions? (i.e. I only want to get the median of column 2 if its corresponding column 1 meets my conditions)? Further example - I have a database, column 1 lists the fruit types (apples, oranges etc.) column 2 lists the percent sugar content. Now I only want to get the median of the apples.... 3. Finally, can I make a syntax that will combine my query 1 and query 2 (Multiple conditions) So far, I've only succeeded in doing both separately, not combining them in one syntax. Please help me... Many thanks... lex -- warburger ------------------------------------------------------------------------ warburger's Profile: http://www.excelforum.com/member.php...o&userid=32387 View this thread: http://www.excelforum.com/showthread...hreadid=521490 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In article ,
warburger wrote: 1. How do I get the median of a row or a column without including the zeroes? (This will affect my result) =MEDIAN(IF(B2:B100,B2:B10)) ....confirmed with CONTROL+SHIFT+ENTER 2. How do I get the median specifying some conditions? (i.e. I only want to get the median of column 2 if its corresponding column 1 meets my conditions)? Further example - I have a database, column 1 lists the fruit types (apples, oranges etc.) column 2 lists the percent sugar content. Now I only want to get the median of the apples.... =MEDIAN(IF(A2:A10="Apples",B2:B10)) ....confirmed with CONTROL+SHIFT+ENTER 3. Finally, can I make a syntax that will combine my query 1 and query 2 (Multiple conditions) So far, I've only succeeded in doing both separately, not combining them in one syntax. =MEDIAN(IF(A2:A10="Apples",IF(B2:B100,B2:B10))) ....confirmed with CONTROL+SHIFT+ENTER Hope this helps! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() You have no idea how grateful I am.....:) Many thanks bro....I really am thankful...this solves my problem....:) :) -- warburger ------------------------------------------------------------------------ warburger's Profile: http://www.excelforum.com/member.php...o&userid=32387 View this thread: http://www.excelforum.com/showthread...hreadid=521490 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting when inserting a row | Excel Worksheet Functions | |||
Conditional Format Not Working | Excel Discussion (Misc queries) | |||
Conditional formula - language needed | Excel Worksheet Functions | |||
VLOOKUP & Conditional Formating Help. | Excel Discussion (Misc queries) | |||
Conditional formatting not available in Excel | Excel Discussion (Misc queries) |