#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
AM AM is offline
external usenet poster
 
Posts: 41
Default Maxifs

I am in need of the logical progression of Sumifs, Countifs, and Averageifs.
I am surprised that Excel doesn't have Min and Max IFs. I would find these
extremely useful. Anyone have any suggestions?

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default Maxifs

"AM" wrote:
Excel doesn't have Min and Max IFs. I would find these
extremely useful. Anyone have any suggestions?


Use array formulas (commit with ctrl-shift-Enter instead of Enter), viz:

=MIN(IF(...))

=MAX(IF(...))


----- original message -----

"AM" wrote in message
...
I am in need of the logical progression of Sumifs, Countifs, and
Averageifs.
I am surprised that Excel doesn't have Min and Max IFs. I would find
these
extremely useful. Anyone have any suggestions?

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow
this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Maxifs

You can use some array formulas** for these:

...........A..........B..........C
1........x...........o...........7
2........y...........z...........3
3........x...........a...........5

For MAX IF:

=MAX(IF(A1:A3="x",C1:C3)) = 7

For MAX IFs:

=MAX(IF((A1:A3="x")*(B1:B3="a"),C1:C3)) = 5

For MAX IFs just add additional arrays for each condition as needed.

Use the same syntax for MIN IF/IFs

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT
key then hit ENTER.

--
Biff
Microsoft Excel MVP


"AM" wrote in message
...
I am in need of the logical progression of Sumifs, Countifs, and
Averageifs.
I am surprised that Excel doesn't have Min and Max IFs. I would find
these
extremely useful. Anyone have any suggestions?

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow
this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 806
Default Maxifs

Hello,

I suggest to have a look at:
http://sulprobil.com/html/mfreq.html

Regards,
Bernd
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



All times are GMT +1. The time now is 05:37 PM.

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

About Us

"It's about Microsoft Excel"