I would like some help with creating a Macro that will save me several hours each day.
I need to compare the contents of two cells, and if they don't match, I need to find the corresponding data and move it into the correct row to ensure the data matches.
The file is, essentially, split into two sides, left and right. Some data is pasted into the left, and some data into the right. The data is from two different sources, and so there are always some data that isn't lined up to the corresponding record on the right.
Two VLookups compare the contents of columns F&P and columns D&Q respectively. Where there are "#N/A" results, I have to manually move the cells on the right to the correct rows, so that they correspond to the data on the left. In the attached example, I'd need to move the contents of cells L2:Q2 to calls L3:Q3, and vice-versa.
Can anyone write me some code that would automate this, please?
I need to compare the contents of two cells, and if they don't match, I need to find the corresponding data and move it into the correct row to ensure the data matches.
The file is, essentially, split into two sides, left and right. Some data is pasted into the left, and some data into the right. The data is from two different sources, and so there are always some data that isn't lined up to the corresponding record on the right.
Two VLookups compare the contents of columns F&P and columns D&Q respectively. Where there are "#N/A" results, I have to manually move the cells on the right to the correct rows, so that they correspond to the data on the left. In the attached example, I'd need to move the contents of cells L2:Q2 to calls L3:Q3, and vice-versa.
Can anyone write me some code that would automate this, please?