contra entries

crimlet

Board Regular
Joined
May 2, 2002
Messages
136
I have a list of transactions against various accounts. Is it possible to quickly take out contra entries, e.g those with both a positive and a negative value in the same account.

Help much appreciated as I have thousands of lines
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
On 2002-05-03 07:59, crimlet wrote:
I have a list of transactions against various accounts. Is it possible to quickly take out contra entries, e.g those with both a positive and a negative value in the same account.

Help much appreciated as I have thousands of lines

Just picked this from the bottom of the screen with no replies...so thought I would raise it.

You could do it with code...
Search recursively through the accounts,
Find all matching accounts
Check each value against others if equal and opposite then Mark in new column as Contra (perhaps better than deleting since we like audit trails...and you can always filter them out)
loop through values
loop through accounts.

This will do it but will be slow.

If its anything like an accounting system I worked on the system generated a text field for reversals therefore using other fields you may be able to limit the repetitive nature.

Anyone have any other ideas?

_________________<A HREF= "http://website.lineone.net/~s-o-s/Index.html">
image001.gif

This message was edited by s-o-s on 2002-05-03 08:58
 
Upvote 0

Forum statistics

Threads
1,214,587
Messages
6,120,405
Members
448,958
Latest member
Hat4Life

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top