+ Reply to Thread
Results 1 to 8 of 8

Transferring Data between sheets in a workbook

  1. #1
    Registered User
    Join Date
    10-25-2013
    Location
    Cincinnati, OH
    MS-Off Ver
    Excel 2010
    Posts
    7

    Transferring Data between sheets in a workbook

    First, let me say, while I have used Excel for years, I have only used basic functions and some formulas so be kind and keep it simple.

    I have a workbook with two sheets of sku numbers. One sheet has sku numbers and prices, the other just has sku numbers but some of the sku numbers on the second list have been broken out by sizes. I need to take the prices from the first list and transfer them to the matching sku numbers on the second including the ones with multiple of the same sku but with prices. Also, not all of the skus from the second list are on the first list so I only need to do the ones that occur on both lists. There are over 3000 on the first list and 14000 on the second. What is the fastest way to accomplish this.

    I tried to sort so that all the sku's in both sheets are in the same order then copy and paste the price to the matching sku on the second sheet and then drag the price down through the sizes on the ones that have different sizes (not all of them do) but I know there must be a faster way. Please help!

    For example:

    Sheet one:
    Sku Price
    12345 $100
    12346 $500
    12444 $150
    12347 $200

    Sheet two:
    Sku Price
    12345
    12345-5
    12345-6
    12345-7
    12346
    12444
    12347
    12347-5
    12347-6
    12347-7

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Transferring Data between sheets in a workbook

    Please attach a sample workbook with enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

    Note: Please don't attach documents containing confidential data like (address, telephone, ID#s, etc.).


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    10-25-2013
    Location
    Cincinnati, OH
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Transferring Data between sheets in a workbook

    Copy of website-product-price-update.xlsx

    I think I did that right. If so, here is a sample of what I'm trying to do. The prices from the first sheet need to go on the second sheet but not all of the sku's on the second sheet are on the first and the sku's on the second are broken down by size so one sku number/price from sheet one may actually need to be copied 6 times on sheet two, one for each size.

    Thanks for any help you can be.

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Transferring Data between sheets in a workbook

    In B2 Cell of amazon-products Sheet

    =IFERROR(VLOOKUP($A2,'website-product-price-update'!$A:$C,COLUMN(B1),0),"Not Available")

    Drag it down.. and right…

  5. #5
    Registered User
    Join Date
    10-25-2013
    Location
    Cincinnati, OH
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Transferring Data between sheets in a workbook

    sample.xlsxThank you! Now how do I get the sku numbers that have sizes next to them to read the same as the main sku number. And round them up to so there is no decimal point as the first sheet shows them? See sample in file...

  6. #6
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Transferring Data between sheets in a workbook

    Revised Formula In B2 Cell of amazon-products Sheet

    =IFERROR(VLOOKUP(MID($A2,1,IFERROR(FIND("-",$A2)-1,255)),'website-product-price-update'!$A:$C,COLUMN(B1),0),"Not Available")

    Drag it down.. and right…

  7. #7
    Registered User
    Join Date
    10-25-2013
    Location
    Cincinnati, OH
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Transferring Data between sheets in a workbook

    Thank you! Thank you! Thank you!!!

  8. #8
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Transferring Data between sheets in a workbook

    Glad it helps you and thanks for the feedback

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Extracting and transferring data across sheets
    By ArtVandelay in forum Excel Programming / VBA / Macros
    Replies: 20
    Last Post: 06-22-2012, 02:31 PM
  2. Transferring data from one workbook to on another
    By hattisaeed in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-25-2011, 11:34 PM
  3. Transferring Data From Multiple sheets into one
    By Mayank.trivedi in forum Excel General
    Replies: 2
    Last Post: 03-01-2010, 11:54 PM
  4. Transferring Data from many sheets to a single sheet
    By mohitspamz in forum Excel General
    Replies: 10
    Last Post: 09-26-2009, 03:08 AM
  5. [SOLVED] Transferring Data Between Sheets
    By Neil M in forum Excel General
    Replies: 8
    Last Post: 05-12-2006, 10:35 AM

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