How do I find the position of the lowest value in a row?

B

Bob Phillips

=LOOKUP(2,1/(A1:A10<>""),A1:A10)

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)
 
G

Guest

This will give you the address of the cell in row number 2

=CELL("address",INDEX(2:2,MATCH(MIN(2:2),2:2,0)))

Regards,

Peo Sjoblom
 

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

Top