+ Reply to Thread
Results 1 to 4 of 4

How to spot new products?

  1. #1
    Registered User
    Join Date
    08-19-2009
    Location
    Long Beach
    MS-Off Ver
    CA
    Posts
    43

    How to spot new products?

    Hi all,

    My supplier has a new product file that has new products and has closed out others. I need to:

    1) Know which products have been added to the new file which are not in my current inventory file
    2) Know what products have been deleted from the new inventory file (that exist in my old file)

    What is the best way to do this?


    PS Here is the new file:

    http://utmdistributing.com/Pet_Store...preadsheet.xls

    The old file matches the data format. Column A (Item ID) is a reliable way to match the items together.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: How to spot new products?

    1 way would be to use a vlookup in each of the tables, with a filter set to show only the "not found" entries, it should be easy to find what you need
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    08-19-2009
    Location
    Long Beach
    MS-Off Ver
    CA
    Posts
    43

    Re: How to spot new products?

    Hi, I tried to use the vlookup command but can't figure it out. I attached a sample file of SKUs, can you tell me how to compare column A (old skus) vs column B (new) for removed and new items?

    Thanks for any help, I'm not very analytically oriented
    Attached Files Attached Files

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: How to spot new products?

    try this just uses countif cannot upload at moment so in c1 put "new not found in old" and in d1 "old not found in new"
    in c2 put
    =IF(COUNTIF(A:A,B2),"","not found")
    in d2 put
    =IF(A2="","",IF(COUNTIF(B:B,A2),"","not found"))
    drag both down to end of list
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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