+ Reply to Thread
Results 1 to 2 of 2

Table Array Entire Worksheet Instead Of Named Range

  1. #1
    Forum Contributor
    Join Date
    05-17-2007
    Location
    Michigan, US
    MS-Off Ver
    2007
    Posts
    111

    Table Array Entire Worksheet Instead Of Named Range

    I have always used named ranges for use in Vlookups. Is there a way I can just tell the Vlookup to look in an entire worksheet (tab) instead of having to name a range on that tab?

  2. #2
    Valued Forum Contributor Excelenator's Avatar
    Join Date
    07-25-2006
    Location
    Wantagh, NY
    Posts
    333
    PHP Code: 
    =VLOOKUP(5,OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),COUNTA(Sheet1!$1:$1)),2,FALSE
    You can replace Sheet1 with whatever worksheet tab you want. This is contingent on the fact that your data table starts at A1 and is continuous data in rows down and columns to the right from there. Not sure about spanning workbooks but this works from Sheet2 referencing data input into Sheet1 from the the same workbook.
    ---------------------------------------------------
    ONLY APPLIES TO VBA RESPONSES WHERE APPROPRIATE
    To insert code into the VBE (Visual Basic Editor)
    1. Copy the code.
    2. Open workbook to paste code into.
    3. Right click any worksheet tab, select View Code
    4. VBE (Visual Basic Editor) opens to that sheets object
    5. You may change to another sheets object or the This Workbook object by double clicking it in the Project window
    6. In the blank space below the word "General" paste the copied code.

+ 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