+ Reply to Thread
Results 1 to 2 of 2

cell's address of the largest number

  1. #1
    novio
    Guest

    cell's address of the largest number

    how do i receive the address of the cell of the largest number on a list ?
    That is, A1 / B12 / C32 etc.

  2. #2
    Niek Otten
    Guest

    Re: cell's address of the largest number

    Depends on what you mean with "address". Do you want text, like "A1"? Or do
    you want a relative position in a table?

    In the latter case, consider

    =MATCH(MAX(A1:A100),A1:A100,0)

    --

    Kind Regards,

    Niek Otten

    Microsoft MVP - Excel

    "novio" <novio@discussions.microsoft.com> wrote in message
    news:724B8548-DBB6-47F1-808C-49EF1DEC27EB@microsoft.com...
    > how do i receive the address of the cell of the largest number on a list ?
    > That is, A1 / B12 / C32 etc.




+ 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