Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default MODE fx in array using multiple criteria

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default MODE fx in array using multiple criteria

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default MODE fx in array using multiple criteria

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default MODE fx in array using multiple criteria


Worked!


Why does everybody sound so surprised when my suggestions work? ;-)

Thank you.


You're welcome. And thanks for the feedback.

Bernie



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default MODE fx in array using multiple criteria

Worked!

Why does everybody sound so surprised when my suggestions work? ;-)


LOL

Rick


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
Can I use an array formula with multiple criteria in the same row? Dan the Man Excel Worksheet Functions 8 July 2nd 07 04:05 AM
Array Formulas with multiple criteria in the same row? Dan the Man[_2_] Excel Worksheet Functions 6 July 1st 07 05:25 PM
Calculating Mode for multiple arrays based on criteria in another AngelaMaria Excel Worksheet Functions 3 November 3rd 06 01:57 AM
Arithmetical Mode of Criteria in Multiple Non-Adjacent columns Sam via OfficeKB.com Excel Worksheet Functions 4 July 14th 05 09:15 PM
Can I get the mode, min, and max with multiple criteria? BobT Excel Discussion (Misc queries) 1 February 15th 05 03:20 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"