Hi, I am having problems getting a minimum based on multiple criteria. I was successful getting a maximum using the following array, (I wanted the max based on day of week = Mon.)
{=MAX(IF($C$1:$AF$1="Mon",$C15:$AF15))}
My problem with the Min, using the same approach is that is does not ignore zero's. I was successful using a formula to get a minimum on the row ignoring zeroes
=SMALL(C15:AF15,COUNTIF($C$15:$A$15,0)+1)
however I am having problems fitting in the criteria to select only columns where $C$1:$AF$1="Mon and also to have it display a blank or a zero instead of a #NUM! (which occurs when the row only has zeroes and blanks.
Any assistance with this is greatly appreciated
Thanks in advance - D
{=MAX(IF($C$1:$AF$1="Mon",$C15:$AF15))}
My problem with the Min, using the same approach is that is does not ignore zero's. I was successful using a formula to get a minimum on the row ignoring zeroes
=SMALL(C15:AF15,COUNTIF($C$15:$A$15,0)+1)
however I am having problems fitting in the criteria to select only columns where $C$1:$AF$1="Mon and also to have it display a blank or a zero instead of a #NUM! (which occurs when the row only has zeroes and blanks.
Any assistance with this is greatly appreciated
Thanks in advance - D