+ Reply to Thread
Results 1 to 4 of 4

Transfer Data between sheets

  1. #1
    Forum Contributor
    Join Date
    07-12-2010
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    136

    Transfer Data between sheets

    Hello. This may be confusing so I have made an attachment for everyone to view.
    Basically I get a product spreadsheet that has thousands of products on it from my distributor. I also get a spreadsheet with my category names and id numbers. I have made a custom spreadsheet with the distributors default categories are for each product and then in the next column I put what my store will have the categories as. What I need to be able to do is transfer the id numbers to the product spreadsheet and replace the distributors category name with my category id number.
    Attached Files Attached Files

  2. #2
    Forum Contributor Russell Dawson's Avatar
    Join Date
    03-01-2012
    Location
    Yorkshire, England
    MS-Off Ver
    2007
    Posts
    608

    Re: Transfer Data between sheets

    Hi

    Why not use find and replace. Use a wildcard * and then identifying unique data in each product name replace with your code. Like this *flea* replaced by 251.

    So, DOG FLEA POWDERS will be replaced by 251, the * will pick up "DOG" and "POWDERS" and recognise that "Flea" should be replaced by 251 and that's all that will appear.

    Similarly, DOG HEALTH - BEHAVIOR AIDS can be picked up with *behavior* for 256

    Etc . .
    Last edited by Russell Dawson; 07-21-2012 at 04:25 AM. Reason: Clarity
    If I helped, please don't forget to add to my reputation. (click on the star below the post)

    If the problem is solved, please: Select Thread Tools (on top of your 1st post) -> Mark this thread as Solved.

    Failure is not falling down but refusing to get up.

  3. #3
    Forum Contributor
    Join Date
    07-12-2010
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    136

    Re: Transfer Data between sheets

    That would be great to do. I usually have this done in macro. But with the new cart software this would not work because everytime I run a update the category id will change.

    Please Login or Register  to view this content.
    ^^ what i would normally use.
    Last edited by Cutter; 07-22-2012 at 10:58 AM. Reason: Added code tags

  4. #4
    Forum Contributor
    Join Date
    07-12-2010
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    136

    Re: Transfer Data between sheets

    Is there a way if sheet 1 has this
    Column A Aquarium Kits
    Column B Fish Tank Kits

    Sheet 2 has
    Column A Fish Tank Kits
    Column B 251

    Can excel some way find the cell content in sheet1 "Fish Tank Kits" and replace in sheet 1 with 251 if they are in the same row in sheet 2?

+ 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