+ Reply to Thread
Results 1 to 3 of 3

Cell address from Vlookup

  1. #1
    Harry
    Guest

    Cell address from Vlookup

    Is it possible when using Vlookup within VBA so that it returns the cell
    address as the output rather than the cell value?

  2. #2
    Tom Ogilvy
    Guest

    Re: Cell address from Vlookup

    Then you would use Match

    =Address(match(Target,A1:A1000,0),1)

    --
    Regards,
    Tom Ogilvy


    "Harry" <[email protected]> wrote in message
    news:[email protected]...
    > Is it possible when using Vlookup within VBA so that it returns the cell
    > address as the output rather than the cell value?




  3. #3
    Philip
    Guest

    RE: Cell address from Vlookup

    Not with VLOOKUP

    You have to use MATCH to return the row, MATCH to return the column, and
    ADDRESS (with the results of the MATCH column and Row values) to return the
    address

    HTH

    Philip

    "Harry" wrote:

    > Is it possible when using Vlookup within VBA so that it returns the cell
    > address as the output rather than the cell value?


+ 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