+ Reply to Thread
Results 1 to 2 of 2

Searching and Retrieving data from a Worksheet

  1. #1
    Larry Snyder
    Guest

    Searching and Retrieving data from a Worksheet

    I am trying to search a worksheet for a unique identifier and the extract all
    of the data on that row to another worksheet. I have used and am comfortable
    with VLOOKUP, but this only pulls one cell. Can this be accomplished without
    using VB and if so, what is the function I can use?

  2. #2
    Gord Dibben
    Guest

    Re: Searching and Retrieving data from a Worksheet

    Larry

    Method 1.......copy the VLOOKUP formula across and change the column_index
    number in each one.

    i.e. 8 column table, change col_index from 2 to 3 to 4 etc.

    Method 2..........

    Select the number of Sheet2 cells across, say 7, B1:H1

    Enter this formula in active cell(B1)

    =VLOOKUP(A1,Sheet1!$A$1:$H$20,{2,3,4,5,6,7,8},FALSE)

    CTRL + SHIFT + ENTER to enter then drag/copy down if need be.


    Gord Dibben Excel MVP


    On Tue, 1 Mar 2005 10:11:02 -0800, Larry Snyder <[email protected]> wrote:

    >I am trying to search a worksheet for a unique identifier and the extract all
    >of the data on that row to another worksheet. I have used and am comfortable
    >with VLOOKUP, but this only pulls one cell. Can this be accomplished without
    >using VB and if so, what is the function I can use?



+ 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