Results 1 to 4 of 4

Identify difference in value between two columns based on matching of unique identifier

Threaded View

  1. #1
    Registered User
    Join Date
    06-29-2015
    Location
    CT, USA
    MS-Off Ver
    Standard 2010
    Posts
    30

    Identify difference in value between two columns based on matching of unique identifier

    I am pulling data from two different spreadsheets and need to identify changes in the value of a column between these two spreadsheets based on a common, unique identifier. I've written code to pull the data from the two spreadsheets. Attached is an example of what I'm trying to accomplish. Columns A-D come from one spreadsheet while Columns E-G. Column H should contain the formula to compare Columns C & G, based on the unique identified ID (Columns A & E), and to return "Yes" if no difference or "No" if there is a difference. I've tried to find a formula but it only works for the first two cases (ID 1 & 2). My formula in H2 is

    {=INDEX($A$2:$G$11, MATCH($A2,$E$2:$E$11,0),7)}
    I will eventually use this in VBA code, which I can easily do once I work out the formula. Any ideas?? Is there an easier way to do this in VBA? Thanks in advance!
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 02-09-2017, 01:20 PM
  2. Replies: 0
    Last Post: 02-09-2017, 01:10 PM
  3. Replies: 0
    Last Post: 02-09-2017, 01:03 PM
  4. [SOLVED] insert row where unique identifier has mutliple columns
    By shaz0503 in forum Excel General
    Replies: 2
    Last Post: 02-10-2013, 11:12 PM
  5. [SOLVED] Need help with merging rows by matching unique identifier.
    By lunatyck in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-31-2012, 11:59 AM
  6. Transpose Multiple Columns to one Row with Unique Identifier
    By PleaseHelp! in forum Excel General
    Replies: 4
    Last Post: 05-07-2012, 07:43 PM
  7. Replies: 1
    Last Post: 12-07-2009, 07:02 PM

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