+ Reply to Thread
Results 1 to 2 of 2

Incremental comparison

  1. #1
    Colin Hayes
    Guest

    Incremental comparison

    Hi

    I have a worksheet with a large number of rows and columns. Over the
    month , I make amendments to the content of certain cells , I add rows ,
    I delete rows.

    Is there a method , or a piece of software which can compare my
    worksheet from the beginning of the month with my worksheet at the end
    to produce a sheet to show which were the rows that were amended , or
    deleted , or added?

    Essentially a third sheet , hopefully in the same format and layout ,
    that shows all the changed rows made over the month?

    Grateful for any help.

    Thanks

    Drno

  2. #2
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    This might be a start (see enclosed):

    Sheet1:
    Column A is numbered cells

    Sheet2:
    A2: =CHOOSE(1+(B2="Row "&ROW()&" added")*1+(B2="Row "&ROW()&" deleted")*2;A1;A1-1;A1+1)
    B2: =CHOOSE(1+(ROW()+A1>INDIRECT("Sheet4!A"&ROW()))*1+(ROW()+A1<INDIRECT("Sheet4!A"&ROW()))*2;"";"Row "&ROW()&" added";"Row "&ROW()&" deleted")

    Hope it helped
    Ola Sandström
    Attached Files Attached Files

+ 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