• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to Find Minimum maximum values based on multiple criteras

khelgadi

Member
Dear All,

Thanks for solving my previous problem regarding filteration of data...

My new query is how to find min and max value in a table based on conditions... the attached file contains the data as well as desired output http://sdrv.ms/U35g1K


I tried to search the forum for earlier posts... even i found one... but since the formula gives error, I'm lokking out some other solution.

Waiting for your help...

Thanks in advance...
 
Khelgadi


Setup 2 named formula for the Item_Cat and Pack_Size columns on the Data sheet


in Output sheet:

D5:
Code:
=MIN(IF((Item_Cat=$B5)*(Pack_Size=$C5),Data!$D$3:$D$714)) [b] Ctrl+Shift+Enter

E5: =MAX(IF((Item_Cat=$B5)*(Pack_Size=$C5),Data!$D$3:$D$714))
Ctrl+Shift+Enter[/b]

Copy down
 
Dear Hui,

Thanks for helping so speedily..... I'd tried the similar formula... but couldnt make it.

Thanks a lot dear!
 
Hi, khelgadi!


I just followed Hui's indications (except I set a third named range Growth for 30% Growth column on Data worksheet and then copied the two array formulas to the output range... and it worked.


Give a look at this file:

https://dl.dropbox.com/u/60558749/How%20to%20Find%20Minimum%20maximum%20values%20based%20on%20multiple%20criteras%20-%20Find%20Min%20Max%20with%20criteria%20%28for%20khelgadi%20from%20Hui%20at%20chandoo.org%29.xlsx


Regards!
 
Back
Top