+ Reply to Thread
Results 1 to 4 of 4

returning absolute cell refs

  1. #1
    Registered User
    Join Date
    08-14-2006
    Posts
    4

    returning absolute cell refs

    I was looking through a column of data and wanted a formula which would return the cell reference, i tried CELL("row",min(A:A)) but this yeilded an error, help greatly appreciated

  2. #2
    Naveen
    Guest

    RE: returning absolute cell refs

    Try this, you will get row number:

    =MATCH(MIN(A:A),A:A,0)

    "karl41" wrote:

    >
    > I was looking through a column of data and wanted a formula which would
    > return the cell reference, i tried CELL("row",min(A:A)) but this
    > yeilded an error, help greatly appreciated
    >
    >
    > --
    > karl41
    > ------------------------------------------------------------------------
    > karl41's Profile: http://www.excelforum.com/member.php...o&userid=37473
    > View this thread: http://www.excelforum.com/showthread...hreadid=574107
    >
    >


  3. #3
    Muhammed Rafeek M
    Guest

    RE: returning absolute cell refs

    use ADDRESS function

    "karl41" wrote:

    >
    > I was looking through a column of data and wanted a formula which would
    > return the cell reference, i tried CELL("row",min(A:A)) but this
    > yeilded an error, help greatly appreciated
    >
    >
    > --
    > karl41
    > ------------------------------------------------------------------------
    > karl41's Profile: http://www.excelforum.com/member.php...o&userid=37473
    > View this thread: http://www.excelforum.com/showthread...hreadid=574107
    >
    >


  4. #4
    Jim May
    Guest

    Re: returning absolute cell refs

    Enter the below formula in say B1:

    =ADDRESS(MATCH((MIN(A:A)),A:A,0),1) ' the last 1 indicates Column 1 (A)

    It will produce the address of the Smallest
    Number you have in Column A

    HTH


    "karl41" <[email protected]> wrote in
    message news:[email protected]:

    > I was looking through a column of data and wanted a formula which would
    > return the cell reference, i tried CELL("row",min(A:A)) but this
    > yeilded an error, help greatly appreciated
    >
    >
    > --
    > karl41
    > ------------------------------------------------------------------------
    > karl41's Profile: http://www.excelforum.com/member.php...o&userid=37473
    > View this thread: http://www.excelforum.com/showthread...hreadid=574107



+ 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