+ Reply to Thread
Results 1 to 5 of 5

inventory comparison

  1. #1
    Registered User
    Join Date
    01-09-2009
    Location
    Paris France
    MS-Off Ver
    Excel 2007
    Posts
    6

    inventory comparison

    I have an excel spreadsheet with several columns of data, from over a thousand bikes scanned from a yearly inventory. I also have a second tab in the same workbook with the official inventory.

    I want to compare the two spreadsheets, using the barcode column (in red) in each and produce a list, or simply highlight on the official inventory line items missing, with their internal for tracking purposes.Thanks for your help!

    Gurus GO!
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    10-11-2007
    Location
    Sweden
    MS-Off Ver
    365
    Posts
    251
    See attached workbook
    Attached Files Attached Files

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    On the BlindInventory sheet, color all the cells in Column A yellow, then use this conditional format to remove the coloring (no fill) based on checking the BarCode.

    =MATCH(A2,BarCodeFas,0)

    I also created a NamedRange to cover the entire range of Bar Codes on the FAS page.
    Attached Files Attached Files
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531
    I'm not sure which sheet is which (official etc) but to answer your question:

    see MATCH in XL Help

    You can use this to determine as to whether or not given code on "blind inventory" exists on "FAS", eg

    AY2: =REPT("Missing",ISNA(MATCH($A2,FAS!I:I,0)))

    the above copied down to last row would list those codes on blind sheet that are not present on FAS sheet.

  5. #5
    Registered User
    Join Date
    01-09-2009
    Location
    Paris France
    MS-Off Ver
    Excel 2007
    Posts
    6
    You are all infinitely intelligent and really fast. thanks for the contributions, any other other ideas would be 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