+ Reply to Thread
Results 1 to 5 of 5

Transferring Info from One Excel Sheet to Another

  1. #1
    Registered User
    Join Date
    07-02-2012
    Location
    Portland, Oregon
    MS-Off Ver
    Excel 2010
    Posts
    3

    Talking Transferring Info from One Excel Sheet to Another

    Hello!

    Here is my situation:
    On my first Excel sheet, I have the name of the product, the code for the product, and a blank column for the price of the product.
    On the second sheet, I have the code for the product and the price of the product.
    Note: The information in the two excel sheets are not in the same order.
    Since both worksheets have an identic column (the code for the product), is there someway I can have the info for the price of the product in the second sheet automatically transferred to the first sheet using that similar column. If not, is there anyway I can have this info automatically transferred. I do not want to do this manually. Please help! This is urgent! Please tell me to be more specific if necessary.

    Thanks!

  2. #2
    Registered User
    Join Date
    06-20-2012
    Location
    Melbourne Australia
    MS-Off Ver
    Excel 2010
    Posts
    75

    Re: Transferring Info from One Excel Sheet to Another

    Have you tried the VLOOKUP function? It will work for you if your second sheet is sorted in alphabetical order.

    Post your workbook if you like, without confidential info and I can put together a formula for you.

    Diana

  3. #3
    Registered User
    Join Date
    06-28-2012
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Transferring Info from One Excel Sheet to Another

    From what I understand, your 2nd sheet is kind of Master Sheet with the Data of Product Code and Price and you want to get the Price for the Product Codes in 1st sheet.

    So, use Vlookup function:vlookup(A2, Sheet2!$A$1:$B$100,2,0)

    Use this formula in the price column on sheet 1, assuming your product code is in Column A in sheet 1 and your data starts from A! in sheet 2 and ends at B100.

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Transferring Info from One Excel Sheet to Another

    aside from vlookup function also look at index/match function.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  5. #5
    Registered User
    Join Date
    07-02-2012
    Location
    Portland, Oregon
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Transferring Info from One Excel Sheet to Another

    Thanks for the help everyone! I used the VLOOKUP function and it worked well.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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