+ Reply to Thread
Results 1 to 2 of 2

[B] VLOOKUP where range is values returned from another formula [/B]

  1. #1
    Registered User
    Join Date
    06-26-2012
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    15

    [B] VLOOKUP where range is values returned from another formula [/B]

    I have a VLOOKUP formula where the range is a range of cells containing another VLOOKUP formula. So basically I want to search for a value in the list of results.

    =VLOOKUP(B2, Sheet1!$D$2:$D$10, 3, FALSE)

    On Sheet1, cells D2 to D10 contain values returned from another formula.

    Is this possible, what I'm trying to do? I get a #REF! error currently.

    Thanks

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,111

    Re: [B] VLOOKUP where range is values returned from another formula [/B]

    You need to extend range to contain 3 columns:

    =VLOOKUP(B2, Sheet1!$D$2:$F$10, 3, FALSE)
    Never use Merged Cells in Excel

+ 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