Hello,
I am comparing 2 files for direct deposit data validation. I want to compare that the files match (All columns and rows).
The files are basic. But here lies the problem...some employees have multiple lines of direct deposit accounts and it only looks at their first line and then populates the compare with only the first line.
Picture attached:
I have a compare file with the ORIGINAL data and Vlookup <<<(=VLOOKUP(A2,Ceridian!A:A,1,0)>>> pulls the data to compare into the same sheet. Then there is a simple = formula to show any difference.
I am comparing 2 files for direct deposit data validation. I want to compare that the files match (All columns and rows).
The files are basic. But here lies the problem...some employees have multiple lines of direct deposit accounts and it only looks at their first line and then populates the compare with only the first line.
Picture attached:
I have a compare file with the ORIGINAL data and Vlookup <<<(=VLOOKUP(A2,Ceridian!A:A,1,0)>>> pulls the data to compare into the same sheet. Then there is a simple = formula to show any difference.