+ Reply to Thread
Results 1 to 3 of 3

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

  1. #1
    melh31
    Guest

    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?

  2. #2
    Bob Phillips
    Guest

    Re: 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" <[email protected]> wrote in message
    news:[email protected]...
    > How do I find the position of the lowest value in a row in Excel?




  3. #3
    Peo Sjoblom
    Guest

    RE: 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?


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1