• 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.

Min function as opposed to the MAX function

Normand

New Member
Hi all,

I am used to the MAX function to find the MAX value with multiple conditions. I use this formula shown in a Chandoo previous post:
{=MAX(IF((Parameter_3=D13)*(Parameter_4=E13),Parameter_5,0))}, but when I try to use the same formula to find the MIN with multiple conditions as:
{=MIN(IF((Parameter_3=D13)*(Parameter_4=E13),Parameter_5,0))}, it gives for sure "0", what is the trick to find the MINIMUM value with multiple conditions, as the minimum in my reference column is not "0" but "8" ???

Thanks for help
 
Back
Top