+ Reply to Thread
Results 1 to 2 of 2

Retrieve data from another sheet

  1. #1
    Registered User
    Join Date
    10-05-2007
    Posts
    1

    Retrieve data from another sheet

    Dear all,

    I am using MS Excel 2003 and would like to retrive multiple data from another sheet. For example i have client information sheet which is Sheet1 where I have multiple information related to same client like Client Code, Name, Address, Phone, Email etc. Now considering that the Client Code is the only unique information which has entire row for detail information, I want to retrieve data in my second sheet which is Sheet2 by just writing Client Code and all of it's information will be retrived as per my specified columns in Sheet2.

    Kindly let me know how can i do this.

    Thank you.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    Look at Help for the VLOOKUP function, and post back if you have problems.

    For example, you might put a client number in col A, and in col B and copy across:

    =VLOOKUP($A1, Sheet2!A1:Q1000, COLUMN(), False)

+ 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