I have two months data for several companies in two separate input files with 10+ fields. I want to compare two month's data for each company and identify If a new client is added or removed as compared to previous month. If a client is added to a company, then search using ID if client is movement from another company in the previous month or is a completely new client in a business. If a client is deleted from a company in current month, then check in current month if that client has moved to another company. Please suggest an easier way to solve it. I think we need a macro here. Cheers!