+ Reply to Thread
Results 1 to 2 of 2

display the cell that produced a result

  1. #1
    Jerry Wood
    Guest

    display the cell that produced a result

    Is there any way in Excel to display, or get, the cell that produced a
    result. I am using the LARGE command to find the largest value in an array.
    I then need to know which cell it came from. Is there any way of obtaining
    that and displaying it somewhere?

    Thanks for the help.


  2. #2
    N Harkawat
    Guest

    Re: display the cell that produced a result


    By cell you mean cell reference like A1,B14 etc then use this

    =ADDRESS(MATCH(LARGE(A1:A100,1),A1:A100,0),COLUMN(A1:A100),4)
    where a1:a100 is the range where you are seeking the largest value out of.
    In case of a tie between 2 or more large values it will display the cell
    reference of the first




    "Jerry Wood" <Jerry [email protected]> wrote in message
    news:[email protected]...
    > Is there any way in Excel to display, or get, the cell that produced a
    > result. I am using the LARGE command to find the largest value in an
    > array.
    > I then need to know which cell it came from. Is there any way of
    > obtaining
    > that and displaying it somewhere?
    >
    > Thanks for the help.
    >




+ 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