I am stumped... while not a newbie to Excel I am in unfamiliar territory with what I have been tasked to do.
I am using Excel 2007.
OK ... here is the setup:
I have a sheet (lets call it "Original") that has roughly 100 rows that gets refreshed daily and creates a copy of the data on a second sheet (lets call it "Update"). It is pretty standard, column A has unique IDs and there are several columns I need to compare that are dates.
What I need to do is write a macro that looks at each row of the "Original" sheet, looks at column C, compares is to column C in "Update" if there is a difference then it would log the unique ID, Title and both the original date and the changed date in a separate ChangeLog sheet. I will then need to loop back through several other times to check for the differences in the other columns. Each difference would be logged on a separate row in the ChangeLog. (For instance a single row from original might have many rows in the ChangeLog each day depending on what has changed.) It is a running log so it would never overwrite historical data.
I don't think it is too hard of a task... and I have seen some examples that do compares but do not log individual changes. Any help would be appreciated.
hoffdar
I am using Excel 2007.
OK ... here is the setup:
I have a sheet (lets call it "Original") that has roughly 100 rows that gets refreshed daily and creates a copy of the data on a second sheet (lets call it "Update"). It is pretty standard, column A has unique IDs and there are several columns I need to compare that are dates.
What I need to do is write a macro that looks at each row of the "Original" sheet, looks at column C, compares is to column C in "Update" if there is a difference then it would log the unique ID, Title and both the original date and the changed date in a separate ChangeLog sheet. I will then need to loop back through several other times to check for the differences in the other columns. Each difference would be logged on a separate row in the ChangeLog. (For instance a single row from original might have many rows in the ChangeLog each day depending on what has changed.) It is a running log so it would never overwrite historical data.
I don't think it is too hard of a task... and I have seen some examples that do compares but do not log individual changes. Any help would be appreciated.
hoffdar