Hi, I have an excel file containing a list of accounting entries running into thousands of lines. I need to mark as "contra" all rows where the transaction amount is debit and credit.
Eg:
Row Account No Desc Amount
1 1234 Rent 500
2 8910 Cash -500
3 4560 A's costs 45
4 5100 C's salary 100
5 60000 D's cost 100
6 78910 Cash -100
7 11000 Cash -100
In the above list, I need to mark rows 1,2 4,5,6,7 as "contra"
Can anyone please help with a quick way to do the same?
Thanks in advance
Eg:
Row Account No Desc Amount
1 1234 Rent 500
2 8910 Cash -500
3 4560 A's costs 45
4 5100 C's salary 100
5 60000 D's cost 100
6 78910 Cash -100
7 11000 Cash -100
In the above list, I need to mark rows 1,2 4,5,6,7 as "contra"
Can anyone please help with a quick way to do the same?
Thanks in advance