+ Reply to Thread
Results 1 to 10 of 10

Return a value in a range on another spreadsheet using VLOOKUP?

Hybrid View

drawkcaB Return a value in a range on... 08-16-2010, 06:17 PM
Cheeky Charlie Re: Return a value in a range... 08-16-2010, 06:21 PM
DonkeyOte Re: Return a value in a range... 08-16-2010, 06:24 PM
drawkcaB Re: Return a value in a range... 08-16-2010, 06:49 PM
Cheeky Charlie Re: Return a value in a range... 08-17-2010, 04:06 AM
drawkcaB Re: Return a value in a range... 08-17-2010, 11:37 AM
Cheeky Charlie Re: Return a value in a range... 08-17-2010, 12:14 PM
drawkcaB Re: Return a value in a range... 08-17-2010, 12:43 PM
Cheeky Charlie Re: Return a value in a range... 08-17-2010, 01:51 PM
drawkcaB Re: Return a value in a range... 08-17-2010, 02:13 PM
  1. #1
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: Return a value in a range on another spreadsheet using VLOOKUP?

    You can use indirect() to turn a string into a reference (e.g. =VLOOKUP("25NN2",indirect(W56),3,FALSE)), but if you use it a lot Excel will grind to a halt (even with a really good computer) as it is a very memory-intensive function.

    More often than not you can use more efficient functions in place of indirect.

    hth
    Last edited by Cheeky Charlie; 08-16-2010 at 06:24 PM.
    CC


    If you feel really indebted please consider a donation to charity. My preferred charity is ActionAid but there are plenty of worthy alternatives.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Return a value in a range on another spreadsheet using VLOOKUP?

    Further to CC's point - if the link is external and closed (implied by the path) then the native INDIRECT will not work I'm afraid (requires open target).

    If that is indeed an issue I would suggest googling/searching the board for the likes of INDIRECT.EXT, and Harlan Grove PULL function

+ 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