Hi, I know similar questions have been asked. I did search the forums but was unable to find a solution for my particular problem.
Essentially, i want to compare transactions on a CSV exported file from my bank to the Fee paid on my business spreadsheet. The problem is that the CSV file exports negative quantities for credit card charges and my business spread sheet has positive values.
I would like to highlight the the values on Column A that do not appear on Column B. To show me the credit card transactions that are not accounted for.
Thank you
Essentially, i want to compare transactions on a CSV exported file from my bank to the Fee paid on my business spreadsheet. The problem is that the CSV file exports negative quantities for credit card charges and my business spread sheet has positive values.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column A (from CSV file)[/TD]
[TD]Column B[/TD]
[/TR]
[TR]
[TD]-52.00[/TD]
[TD]65.44[/TD]
[/TR]
[TR]
[TD]-84.77[/TD]
[TD]52.00[/TD]
[/TR]
[TR]
[TD]-65.44[/TD]
[TD]72.00[/TD]
[/TR]
[TR]
[TD]-102.61[/TD]
[TD]102.61[/TD]
[/TR]
</tbody>[/TABLE]
<tbody>[TR]
[TD]Column A (from CSV file)[/TD]
[TD]Column B[/TD]
[/TR]
[TR]
[TD]-52.00[/TD]
[TD]65.44[/TD]
[/TR]
[TR]
[TD]-84.77[/TD]
[TD]52.00[/TD]
[/TR]
[TR]
[TD]-65.44[/TD]
[TD]72.00[/TD]
[/TR]
[TR]
[TD]-102.61[/TD]
[TD]102.61[/TD]
[/TR]
</tbody>[/TABLE]
I would like to highlight the the values on Column A that do not appear on Column B. To show me the credit card transactions that are not accounted for.
Thank you