Consulting

Results 1 to 2 of 2

Thread: VLOOKUP Between workbooks

  1. #1
    VBAX Master austenr's Avatar
    Joined
    Sep 2004
    Location
    Maine
    Posts
    2,033
    Location

    VLOOKUP Between workbooks

    Can someone give a working example of a VLOOKUP between 2 open workbooks? Thanks.
    Peace of mind is found in some of the strangest places.

  2. #2
    VBAX Master austenr's Avatar
    Joined
    Sep 2004
    Location
    Maine
    Posts
    2,033
    Location
    I came up with this but it gives an error. The lookup tries to find a match between two columns in 2 different workbooks and if so then I need to return Col A of the workbook being searched to Col G of the destination workbook or in this example G109.

    [vba]
    =VLOOKUP(G109,'[Server count by wave 09-04-2012.xlsx]Server Count 2013'!$F$3:$F$1274,'[Server count by wave 09-04-2012.xlsx]Server Count 2013'!$A$1:$A$1274)[/vba]
    Peace of mind is found in some of the strangest places.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •