Results 1 to 8 of 8

Function to show if a new error record exists

Threaded View

  1. #1
    Registered User
    Join Date
    12-07-2010
    Location
    North Carolina
    MS-Off Ver
    Excel 2010
    Posts
    4

    Function to show if a new error record exists

    At work, we have error reports as part of our data governance for SAP. The reports are run bi-weekly and put into an excel file, listing in rows the Material Number, Plant Number, Product Status, etc...

    I want to write a function that will look at last weeks file and this weeks file to see when a new error has been documented for a material #. The problem is that the Material Number may have multiple errors on different rows because it has occurred at different plants.

    I've tried something along the lines of (replaced cell numbers with column headers):

    =IF(Vlookup(Material#,OldTable,OldTable.DisplayPlant,False) = Vlookup(Material#,NewTable,NewTable.DisplayPlant,False), "", "New Record")

    This returns N/A and I've tried other types of similar equations and still no luck. Hopefully I have explained it in enough detail for someone to see what I am getting at.
    Last edited by Supply_Analyst811; 12-07-2010 at 04:13 PM.

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