+ Reply to Thread
Results 1 to 3 of 3

Check Spreadsheet For Changes

  1. #1
    Valued Forum Contributor
    Join Date
    11-15-2007
    Location
    England
    MS-Off Ver
    Office Pro 2003 / 2010
    Posts
    423

    Check Spreadsheet For Changes

    Hi,

    I am being asked to create a way of checking whether the data in a spreadsheet has changed since the last update. So there will be a spreadsheet with 53 columns of data and around 500 rows that will be saved as for arguments sake Version1. Version1 will then be saved as Version2 and that version will be updated. Then at month end Version2 needs to be checked back against Version1 and a new file called Data Changed created with just the rows where the data is different in Version2 to Version1.

    Can anyone suggest the best way to do this?

    Many Thanks.

  2. #2
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Check Spreadsheet For Changes

    Hi timbo1957,

    Two different ways using VBA:
    a. Have a 'Log' Sheet that in real time records any changes made in Version 2.
    b. Compare Version 2 to Version 1 as follows (assuming no row or columns shifts):
    (1) Look at each non-empty cell in Version 2. Determine whether the cell is the same or different from the cell in Verison 1.
    If the cell was BLANK in Version 1, the cell was added.
    (2) Look at each non-empty cell in Version 1. If the cell is BLANK in Version 2, the cell was changed (i.e. removed).

    Lewis

  3. #3
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Check Spreadsheet For Changes

    You can use MS Spreadsheet Compare Tool (2013 - 2016) or Spreadsheet Inquire (2010) or Spredsheet Compare from Sourceforge
    Last edited by sandy666; 12-16-2015 at 05:44 PM. Reason: links added

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Check for Multiple TRUE in a spreadsheet
    By bobo1000 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-17-2015, 06:51 PM
  2. Need to run a check before updating spreadsheet
    By kevingcp in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-21-2015, 08:14 AM
  3. Check List Spreadsheet Question
    By dan101090 in forum Excel General
    Replies: 2
    Last Post: 06-26-2012, 11:19 AM
  4. Check Register Spreadsheet
    By pineacre in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-04-2011, 04:54 AM
  5. Check Boxs within a spreadsheet
    By drgogo in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-21-2009, 11:53 AM
  6. [SOLVED] check for duplicate names in spreadsheet
    By lunagirl in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-06-2006, 04:10 AM
  7. [SOLVED] How do I add a check box to an excel spreadsheet?
    By Alaska Massie in forum Excel General
    Replies: 1
    Last Post: 01-16-2005, 10:06 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