+ Reply to Thread
Results 1 to 16 of 16

syncing business product sheets

  1. #1
    Registered User
    Join Date
    01-13-2010
    Location
    san antonio, texas
    MS-Off Ver
    Excel 2003
    Posts
    28

    syncing business product sheets

    I run a small home business. my problem is this, i use/sell about 100-150 products form a particular distributor i go through, but their product detail sheet contains all 20,000+ products that they have.

    here is my problem, my data sheet contains about 10 different columns for different info such as pricing, description, etc.

    of course prices change daily, i physically have to go through each cell and change the price according to the distributor.

    is there anyway to "sync" up the two data sheets to where MY product page will sync with distributor.

    for example, if i have product # 1 named "12341234" and it is priced 29.99, but the distributor prices drops, how do i sync that data with the distributor data, i would just want the things listed in column one to sync with like items from distributor.

    sorry if it sounds confusing, trying to word it out in my head as i go along.

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: syncing business product sheets

    Is the distributor data sheet a worksheet in your workbook?
    If so, then you may able to use the VLOOKUP function to match the product ID on your sheet to the product ID on the data master and return the current price.

    VLOOKUP requires the price to be in a column to the right of the product ID. Depending on how your data are structured you may need to use another look up formula, such as index/match.

    For more specific help, upload a sample workbook.
    Last edited by Palmetto; 03-12-2010 at 07:34 PM.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Registered User
    Join Date
    01-13-2010
    Location
    san antonio, texas
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: syncing business product sheets

    i attached 2 data sheets.

    the one labeled "distributor list" is just a brief example. the distributor will have/does have 20,000 + products on that sheet.

    the one labeled "product" would be my data sheet.

    basically my 2 main goals, there are more, but my two main goals are to automatically update my "product" data with the "distributor list" data for such fields as "price" and "retail price"

    i just want to be-able to sync my 100-300 items with the distributors 20,000 simply 1-5 times a week.

    the 2cd thing i want to do that wouldn't be hard is to add extensions to a whole column, for example, under "image" lets say the image is named 1234, and it is a jpeg, the server reads the data sheet but has to read it with the extension so it would have to read 1234.jpeg.

    so how would i take a whole column and make every cell add on ".jpg"?

    thanks

  4. #4
    Registered User
    Join Date
    01-13-2010
    Location
    san antonio, texas
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: syncing business product sheets

    sorry i dont think attachments worked,
    took screen shot.
    Attached Images Attached Images

  5. #5
    Registered User
    Join Date
    01-13-2010
    Location
    san antonio, texas
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: syncing business product sheets

    any help? please look over, uploaded the files that were recommended.

  6. #6
    Forum Contributor
    Join Date
    02-24-2010
    Location
    BC, Canada
    MS-Off Ver
    Excel 2010
    Posts
    174

    Re: syncing business product sheets

    If you can upload the sample sheets I could punch in a simple vlookup command for you. If you are having trouble attaching them, make sure they are closed when you try to attach them. I was having trouble with attachments once and once I closed the spreadsheets they attached to the post just fine.

  7. #7
    Registered User
    Join Date
    01-13-2010
    Location
    san antonio, texas
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: syncing business product sheets

    here we go, files are attached.
    Attached Files Attached Files

  8. #8
    Forum Contributor
    Join Date
    04-23-2009
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2003 work, 2007 home
    Posts
    199

    Re: syncing business product sheets

    I get what you are trying to do and as Palmetto suggested vlookup should work, unfortunately the jpgs don't tell much " a picture is worth a thousand words but a workbook is worth a thousand pictures" and all that, would need to see a sample from the workbook- mock one up with a couple of lines on each sheet perhaps if the original is too large?

  9. #9
    Registered User
    Join Date
    01-13-2010
    Location
    san antonio, texas
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: syncing business product sheets

    Quote Originally Posted by somesoldiers View Post
    I get what you are trying to do and as Palmetto suggested vlookup should work, unfortunately the jpgs don't tell much " a picture is worth a thousand words but a workbook is worth a thousand pictures" and all that, would need to see a sample from the workbook- mock one up with a couple of lines on each sheet perhaps if the original is too large?
    see post right above you!

  10. #10
    Forum Contributor
    Join Date
    04-23-2009
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2003 work, 2007 home
    Posts
    199

    Re: syncing business product sheets

    please see attached- you will need to format Dist data column D as number number with no comma- enter =VLOOKUP(B:B,Sheet1!C:F,4,0) in H2 and drag down as needed- see attached, does this work? a 1 row example isn'ta lot to work with
    Attached Files Attached Files
    Last edited by somesoldiers; 03-12-2010 at 07:46 PM.

  11. #11
    Registered User
    Join Date
    01-13-2010
    Location
    san antonio, texas
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: syncing business product sheets

    yes it works, but if you could explain how "vlookup" works, i dont like just doing stuff, especially when it comes to business, without knowing exactly the science behind it, and am i going to have to do this for every piece of data?

    and the other problem. i need a solution that is NOT unique to the cell but unique to the upc code or actual data entered in cell because every new distributor sheet that comes out is in a different order.

  12. #12
    Forum Contributor
    Join Date
    04-23-2009
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2003 work, 2007 home
    Posts
    199

    Re: syncing business product sheets

    Sorry I overthought this, can you use the product name as the common identifier?if so follow the below, if you need UPC give me a few minutes!
    With vlookup you need to have an identifier that is common to both sets of data- in my example I used the Description (sheet Dist column C) and the Product (sheet Prod column B) as the common identifier, the vlookup looks at colum B on the Prod sheet, finds that value in column C of the Dist sheet and returns the value for that identifier that it sees in the 4th row from the right on sheet Dist.
    To answer your 2nd query, vlookup doesn't depend on order sorting- it will work regardless of sorting
    Last edited by somesoldiers; 03-12-2010 at 08:18 PM.

  13. #13
    Registered User
    Join Date
    01-13-2010
    Location
    san antonio, texas
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: syncing business product sheets

    okay i was thinking the individual cell was the unique part of the formula, not the column.

    i have to go for a little bit, i will be back on, but thanks for your help. i won't forget and i will make note of the help i received.

  14. #14
    Forum Contributor
    Join Date
    02-24-2010
    Location
    BC, Canada
    MS-Off Ver
    Excel 2010
    Posts
    174

    Re: syncing business product sheets

    If you save these 2 files into C:\temp2\ then it should work. Like somesoldiers, I linked it using the description. I would recommend taking the time to read up on VLOOKUP so that you can easily edit the formulas that people are sending you. Mine works by reading from the other file, and there is a sheet of variables that you can change based on the location of the file, the filename, the sheet name, and the range you want to search (the first column of the range should contain the number/description you are trying to match).

    This will only work if the distributor file is OPEN.
    Attached Files Attached Files

  15. #15
    Registered User
    Join Date
    01-13-2010
    Location
    san antonio, texas
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: syncing business product sheets

    okay doing a little bit of research, i understand better that it just says, correct me if i am wrong.

    if sheet one has YYY for this data,
    then sheet two will enter YYY for the specified area.

    =VLOOKUP(B:B,Dist!C:F,4,0)

    okay, i understand for the most part so far, but what does the "4" and "0" represent?

    and i will be back on later, thanks for the help from you both. its appreciated.

    it won't be to to big of a deal over all, but will i have to do this for each on of my products?

  16. #16
    Forum Contributor
    Join Date
    04-23-2009
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2003 work, 2007 home
    Posts
    199

    Re: syncing business product sheets

    The 4 represents the scope of the vlookup, it starts ie Dist sheet column C and counts 4th from the right inclusive, try changing this to 3 or 2 for example and you will see that it pulls in data from different rows. the "0" defines the type of match, exact match or closest match-for your example I'd stick with exact. let us know how you get on.

+ 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