+ Reply to Thread
Results 1 to 4 of 4

Updating Records /Deleting non-duplicate data?

  1. #1
    Registered User
    Join Date
    07-17-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    6

    Updating Records /Deleting non-duplicate data?

    Hi there.
    I'll keep it short.
    I'm updating inventory records.

    I get an excel sheet from a Vendor that says product name in column A "XYZ". and Column B that Gives a date for availability for that product.

    So I pasted their columns A and B next to my column A (Product name) to product this

    A----B---C
    AB1----AB1----12/1
    AB2----AB2-----12/1
    AL54.....AB55.......12/2
    AL57......AL50.......12/3
    AL99......AL54......12/7


    Is there an easy to sort Column B+Their relative Column C up with my column duplicate matches? And the extra somehow just delete the extras that I don't carry?

    I'd need the above to look like this

    A----B---C
    AB1----AB1----12/1
    AB2----AB2-----12/1
    AL54.....AL54......12/7
    etc...


    Hope I'm not being confusing....

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Updating Records /Deleting non-duplicate data?

    It would be better if you pasted the vendor's data on a second sheet in columns A and B. Then on your original sheet with your products in column A, you can use a VLOOKUP formula to retrieve just the products that you carry like so:

    in column B2 on your original sheet, next to your first product (lets just assume your first product is in cell A2), try this:

    =VLOOKUP($A2,Sheet2!$A:$B,1,0)

    Then in cell C2 on your original sheet you can use:

    =VLOOKUP($A2,Sheet2!$A:$B,2,0)

    - Moo

  3. #3
    Registered User
    Join Date
    07-17-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Updating Records /Deleting non-duplicate data?

    Hi

    Thank you - I see how that works now

    I appreciate it! You've been a great help!

  4. #4
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Updating Records /Deleting non-duplicate data?

    Glad to help.

    - Moo

    --------------------
    If my solution has helped, feel free to leave feedback by clicking on the star on the lower-left corner in one of my posts. It's always appreciated.

+ 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