min of max....

  • Thread starter Thread starter johnT
  • Start date Start date
J

johnT

i have two rows of numbers....i want to find the minimum
value in the second row only of the columns that contain
the maximum value in the top row???
 
Hi there,

Try this array formula (Ctrl+Shift+Enter):

=MIN(IF(A1:K1=MAX(A1:K1),A2:K2))

Regards,
KL
 
yes, that works, thanks alot
-----Original Message-----
Hi there,

Try this array formula (Ctrl+Shift+Enter):

=MIN(IF(A1:K1=MAX(A1:K1),A2:K2))

Regards,
KL




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top