Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could do this with array formulas. Instead of hitting Enter to
finish the formula, use Ctrl-Shift-Enter to add the curly braces to the array formula. If the range of values is in cells A1 through A10 and you want to disregard all values equal to or greater than 25, use: {=AVERAGE(IF(A1:A10<25,A1:A10,""))} {=MEDIAN(IF(A1:A10<25,A1:A10,""))} For more info on array formulas, see http://www.cpearson.com/excel/array.htm Hope that helps. - John www.JohnMichl.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Basic Pivot Table Question (using 97) | Excel Discussion (Misc queries) | |||
basic question on typing names on spreadsheet- problem | Excel Discussion (Misc queries) | |||
calculating averages | Excel Discussion (Misc queries) | |||
Very basic question - how long can a list be? | Excel Discussion (Misc queries) | |||
basic pie chart question | Charts and Charting in Excel |