Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
slot guy
 
Posts: n/a
Default Trying to find a max value with criteria

I want to find the max value within a range of information. I tried to use
the "dmax" function but it will give me the max value of the combined list of
criteria. An example would be like the dmax example that Excel uses in it's
help. I want to get the max value within the range of Apples, Pears,etc.
seperately. What I need to have is a max function that would operate like a
sumif function. Can anyone help me with this one? Excel 2000 user.
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

Jason Morin posted this answer to a similar question awhile back:
------
There is no MAXIF function, but you can use an array
formula. For example, return the maximum value in A1:A100
if B1:B100 = "dog":


=MAX(IF(B1:B100="dog",A1:A100)*)


2 important notes:


1. This is an array formula, so you must press
ctrl/shift/enter, not just enter, after inserting the
formula and anytime you edit the cell. XL will place {}
around the formula.


2. Array formulas cannot handle entire columns. You
cannot use:


=MAX(IF(B:B="dog",A:A))
---

Cheers

JulieD



"slot guy" wrote in message
...
I want to find the max value within a range of information. I tried to use
the "dmax" function but it will give me the max value of the combined list
of
criteria. An example would be like the dmax example that Excel uses in
it's
help. I want to get the max value within the range of Apples, Pears,etc.
seperately. What I need to have is a max function that would operate like
a
sumif function. Can anyone help me with this one? Excel 2000 user.



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
Using the Find tool in EXCEL TK Excel Worksheet Functions 2 February 11th 05 07:51 PM
SUMPRODUCT Formula to Count Row of data Below Matched Criteria Sam via OfficeKB.com Excel Worksheet Functions 8 February 3rd 05 01:37 AM
Excel has a "Find Next" command but no "Find Previous" command. Michael Fitzpatrick Excel Discussion (Misc queries) 2 January 10th 05 11:45 PM
Find Count of Items with certain criteria Tucson Guy Excel Discussion (Misc queries) 3 January 1st 05 02:11 PM
boolean find criteria in Excel davista00 Excel Discussion (Misc queries) 1 December 1st 04 03:45 PM


All times are GMT +1. The time now is 07:52 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"