Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I can get SUM, MAX and MIN functions to work in arrays with multiple criteria
like this: {=MAX(Diameter*(Job=$A6)*(Date=$A$1)*(Date<=$A$2) )} But, from the example above, I now need to use MODE instead of MAX to return the most frequently used Diameter within the data subset that meets these same, multiple criteria. I just get 0. Thanks in advance for helping. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Jon,
Enter using Ctrl-Shift-Enter: =MODE(IF(Job=$A6,IF(Date=$A$1,IF(Date<=$A$2,Diame ter)))) Just continue with additional nested IFs to add additional criteria. HTH, Bernie MS Excel MVP "Jon Young" wrote in message ... I can get SUM, MAX and MIN functions to work in arrays with multiple criteria like this: {=MAX(Diameter*(Job=$A6)*(Date=$A$1)*(Date<=$A$2) )} But, from the example above, I now need to use MODE instead of MAX to return the most frequently used Diameter within the data subset that meets these same, multiple criteria. I just get 0. Thanks in advance for helping. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Worked! Thank you.
"Bernie Deitrick" wrote: Jon, Enter using Ctrl-Shift-Enter: =MODE(IF(Job=$A6,IF(Date=$A$1,IF(Date<=$A$2,Diame ter)))) Just continue with additional nested IFs to add additional criteria. HTH, Bernie MS Excel MVP "Jon Young" wrote in message ... I can get SUM, MAX and MIN functions to work in arrays with multiple criteria like this: {=MAX(Diameter*(Job=$A6)*(Date=$A$1)*(Date<=$A$2) )} But, from the example above, I now need to use MODE instead of MAX to return the most frequently used Diameter within the data subset that meets these same, multiple criteria. I just get 0. Thanks in advance for helping. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Worked! Why does everybody sound so surprised when my suggestions work? ;-) Thank you. You're welcome. And thanks for the feedback. Bernie |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Worked!
Why does everybody sound so surprised when my suggestions work? ;-) LOL Rick |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I use an array formula with multiple criteria in the same row? | Excel Worksheet Functions | |||
Array Formulas with multiple criteria in the same row? | Excel Worksheet Functions | |||
Calculating Mode for multiple arrays based on criteria in another | Excel Worksheet Functions | |||
Arithmetical Mode of Criteria in Multiple Non-Adjacent columns | Excel Worksheet Functions | |||
Can I get the mode, min, and max with multiple criteria? | Excel Discussion (Misc queries) |