+ Reply to Thread
Results 1 to 3 of 3

Capture information from one sheet

  1. #1
    Registered User
    Join Date
    01-11-2004
    Posts
    22

    Capture information from one sheet

    I have two spreadsheets. Spreadsheet 1 has a list of customers and some other information along with a notes column. Spreadsheet 2 has the same list of customers, with a additional customers included, and the other information on the spreadsheet has updates but does not have the notes. I want to move the notes from spreadsheet 1 to spreadsheet 2, understanding that some will be blank.

    I've done it before with an HLookup, but can't find the example and someone had helped me through it. Help!?

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Hlookup would be used if you have customers listed in a row along the top of your sheet and corresponding info below each customer....is that the way you have the data set up....

    Probably you have the customers listed vertically on the left and corresponding data to the right? Yes?

    If so....you would use Vlookup.

    e.g. =Vlookup(A2,Sheet2!A:Z,4,False)

    where A2 is the first customer on your second sheet and Sheet2!A:Z is the table of customer and data on the first sheet... the 4 means you want to extract data from the 4th column within the A:Z range. The False means you want an exact match....

    you will need to adjust these conditions and ranges to suit.

    Then copy down the formula.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    01-11-2004
    Posts
    22
    That helped straighten out my brain. Thank you very much!!

+ 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