Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a spreadsheet and I need to have formulas that will check column A
for a specific customer and if it is the specific customer, I need it to look at column F and give me the average, median, total, min, and max items ordered. I am trying to use array formulas and the max and total formulas work, but the other three do not. Could you tell me what I may be doing wrong? Here are the two array formulas that work. =MAX((DataEntry!$A$4:$A$2000=$A5)*DataEntry!$F$4:$ F$2000) =SUM((DataEntry!$A$4:$A$2000=$A5)*DataEntry!$F$4:$ F$2000) Any help you can give me would be appreciated. Betsy" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
array formula | Excel Discussion (Misc queries) | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
Array formula and #N/A | Excel Worksheet Functions | |||
Array Formula? | Excel Worksheet Functions | |||
Array Formula - using LEFT("text",4) in formula | Excel Worksheet Functions |