ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Reconcilling list (https://www.excelbanter.com/excel-programming/285541-reconcilling-list.html)

ed

Reconcilling list
 
I have a list with the following columns

Bk Ref Name Amount
655142 Jones 200
655142 Jones 100
655142 Jones -300
602548 Martin 100

This is a list that i have combined from two systems and i
need to match the credits and debits.

Is there any VBA that i could use to Sum the total of all
the same bk ref and if it doesnt equal zero to either
highlight in a different colour or copy to another
location?

Many thanks

Don Guillett[_4_]

Reconcilling list
 
Have a look at datafilterautofilter

--
Don Guillett
SalesAid Software

"Ed" wrote in message
...
I have a list with the following columns

Bk Ref Name Amount
655142 Jones 200
655142 Jones 100
655142 Jones -300
602548 Martin 100

This is a list that i have combined from two systems and i
need to match the credits and debits.

Is there any VBA that i could use to Sum the total of all
the same bk ref and if it doesnt equal zero to either
highlight in a different colour or copy to another
location?

Many thanks




Peter Atherton[_4_]

Reconcilling list
 
You can also use Data, Subtotals but you first have to
sort the list. Use Sum of Bk Ref.

If you want to restore the original order later you might
want to have an Id No for each item.

Regards
Peter
-----Original Message-----
I have a list with the following columns

Bk Ref Name Amount
655142 Jones 200
655142 Jones 100
655142 Jones -300
602548 Martin 100

This is a list that i have combined from two systems and

i
need to match the credits and debits.

Is there any VBA that i could use to Sum the total of all
the same bk ref and if it doesnt equal zero to either
highlight in a different colour or copy to another
location?

Many thanks
.


Peter Atherton[_4_]

Reconcilling list
 
Sorry

Use Sum on Amount at each change in BkRef

Regards
Peter
-----Original Message-----
I have a list with the following columns

Bk Ref Name Amount
655142 Jones 200
655142 Jones 100
655142 Jones -300
602548 Martin 100

This is a list that i have combined from two systems and

i
need to match the credits and debits.

Is there any VBA that i could use to Sum the total of all
the same bk ref and if it doesnt equal zero to either
highlight in a different colour or copy to another
location?

Many thanks
.



All times are GMT +1. The time now is 07:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com