+ Reply to Thread
Results 1 to 3 of 3

Getting a function to return a reference from different workbook

  1. #1
    Registered User
    Join Date
    01-29-2009
    Location
    Victoria, Canada
    MS-Off Ver
    Excel 2003
    Posts
    3

    Getting a function to return a reference from different workbook

    Hello,

    I'm trying to get a combination of functions to output a cell reference.

    I want to be able to lookup a value from a different workbook and match it to the active workbook to get a reference or location of that value .

    For example, the end result would be:

    Workbook1:
    A
    1 Blue
    2 Green
    3 Red

    Workbook2:
    A B
    1 Green $A$2
    2 Red $A$3
    3 Blue $A$1

    Formulas in workbook 2, column B would find the value A1(Green) in workbook 1 and output the cell reference as it is found in workbook 1.

    I just can't seem to get column numbers and references to jive properly and give me the outcome that I need. Please help.

    Matt

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Getting a function to return a reference from different workbook

    Welcome to the forum, Matt.

    How about posting a workbook and explaining in context?
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Contributor
    Join Date
    02-27-2008
    Posts
    764

    Re: Getting a function to return a reference from different workbook

    HI
    Try book2 col C3 ="A" & match(B3, [Book1.xls]Sheet1!A1:A25,0) drag the formula till the end of data
    Ravi

+ 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