B
BK
Ron,
The below formula works in case column A has text value. If my col A has numerical value , how can i write the formula to find max value in Col B ???
=MAX(INDEX((A2:A10="Dog")*B2:B10+(A2:A10<>"Dog")*MIN(B2:B10),0))
Thanks in advance
BK
The below formula works in case column A has text value. If my col A has numerical value , how can i write the formula to find max value in Col B ???
=MAX(INDEX((A2:A10="Dog")*B2:B10+(A2:A10<>"Dog")*MIN(B2:B10),0))
Thanks in advance
BK