I want to compare two columns named Debit and Credit to check that every transaction amount in Debit column is present in the Credit column. I have used a MATCH and VLOOKUP but they only match transactions in Debit against the Credit but I need to also match transactions in the Credit against the debit at the same instance.
I want to match two columns against each other in excel
340 views Asked by Monsur At
1
If I understand correctly, put the formule below in C2 and drag it all the way down.
EDIT :