Miguelluis

New Member
Joined
Jan 29, 2013
Messages
45
Hi, I need to maintain a list of clients for a specific purpose.

For this I receive a daily report with a list of clients that fit into this criteria and I need to identify when the daily report and the clients it contains changes. I need to identify when clients appear on the report as well when they disappear.

Let's say the daily report contains this data:

Client IDCategoryRegistered Address
123456PersonNG
123457PersonPK
123458PersonVE
123459PersonTH
123460PersonZW
123461PersonKE
123462PersonMW
123463PersonTH
123464PersonUG
123465PersonNG
123466PersonNG
123467PersonEC
123468PersonPK
123469PersonTH
123470PersonEG
123471PersonMM
123472PersonJM
123473PersonZM
123474PersonKE
123456PersonNG
123456PersonIR

<tbody>
</tbody>

What I had in mind is having a front sheet called "Client Database" on a workbook called "Client List" , then when I copy the daily report into another sheet maybe called "Daily Report" into the same workbook the "Client Database" sheet would appear like shown below:
Client IDCategoryRegistered AddressResult
123456PersonNGNew
123457PersonPKDeleted
123458PersonVENo Change
123459PersonTHNo Change
123460PersonZWNo Change
123461PersonKENo Change
123462PersonMWNo Change
123463PersonTHNo Change
123464PersonUGNo Change
123465PersonNGNew
123466PersonNGNo Change
123467PersonECDeleted
123468PersonPKDeleted
123469PersonTHNew
123470PersonEGNo Change
123471PersonMMDeleted
123472PersonJMNo Change
123473PersonZMNew
123474PersonKENo Change
123456PersonNGDeleted
123456PersonIRNo Change

<tbody>
</tbody>

The No change is where the client ID is on the front sheet and on the daily report
The New is when the client ID is on the daily report but not on the "client database" sheet
The Deleted is when the client is on the "client database" but not on the daily report.

Is this possible? I've looked online but I can't find anything that fits this.

Any help will be amazing, thanks.
Miguel
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.

Forum statistics

Threads
1,215,633
Messages
6,125,929
Members
449,274
Latest member
mrcsbenson

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top