![]() |
How do I find the position of the lowest value in a row?
How do I find the position of the lowest value in a row in Excel?
|
How do I find the position of the lowest value in a row?
=LOOKUP(2,1/(A1:A10<""),A1:A10)
-- HTH Bob Phillips (remove xxx from email address if mailing direct) "melh31" wrote in message ... How do I find the position of the lowest value in a row in Excel? |
How do I find the position of the lowest value in a row?
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 "melh31" wrote: How do I find the position of the lowest value in a row in Excel? |
All times are GMT +1. The time now is 05:56 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com