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!
The way I handle wanting to compare multiple fields is:
Does that help/make sense?
Edit: If it doesn't, if you provide some mock data sets, I or someone else on here can give you a sample workflow.