Thread
:
Minimum and Maximum with Complex Criteria
View Single Post
#
2
Posted to microsoft.public.excel.misc
Don Guillett
Posts: n/a
Minimum and Maximum with Complex Criteria
I'm a bit confused but if you had
aaa 1 bbb
bbb 2 bbb
ccc 3 ccc
you could use an array formula such as
=max(if(rngA="aaa"),rngb)
=MAX(IF(C1:C4="aaa",D1:D4))
array formulas must be entered using ctrl+shift+enter vs just enter
--
Don Guillett
SalesAid Software
wrote in message
oups.com...
Hello
I hope i am not duplicating any previous query.
I am trying to generate a minimum and maximum summary for a list that
includes similar logical labels.
For example
If my list is
Community Park.....10ha
District Park...20ha
Canal..3ha
Open Space..4ha
Lake...1ha
I want to find the min/ max of all types of Green spaces (Community
Park, District Park and Open Space) and Water Bodies (Lake, Canal).
Is there an easy way to do this without adding another column?
For example one could add a col that identifies Community Park,
District Park and Open Space as Green Spaces and search the min/ max in
this but as my list is long and needs frequent updates it would be a
pain to maintain.
Thanks in advance.
Manosh
Reply With Quote