INNOCENTLES
New Member
- Joined
- Jul 17, 2024
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
Good day ,
I am in finance, and I have to match the payments received in advance with claims made against payment.
for example, guest " A" makes a payment of $5000 in January for a reservation in March which will create a credit to be used in future. They then come in March to enjoy our facilities and it can be for the exact amount or less, in this instance let's say they used the whole 5k . The reports for payments and claims are from separate sources and I have to consolidate them to make a reconciliation to track how much each guest has left on their account. The only thing I can use to make sure I reconcile each claim to the correct Payment is the reservation number.
I need a formula or a VBA that can move the claim value to the payment row line where the claim and the payment have the same exact reservation number. The balance will be the sum of payment column and claim column.
please also factor in that the
thank you
***...please also factor in that the values do not have to be duplicated/copied but moved.
thanks
I am in finance, and I have to match the payments received in advance with claims made against payment.
for example, guest " A" makes a payment of $5000 in January for a reservation in March which will create a credit to be used in future. They then come in March to enjoy our facilities and it can be for the exact amount or less, in this instance let's say they used the whole 5k . The reports for payments and claims are from separate sources and I have to consolidate them to make a reconciliation to track how much each guest has left on their account. The only thing I can use to make sure I reconcile each claim to the correct Payment is the reservation number.
I need a formula or a VBA that can move the claim value to the payment row line where the claim and the payment have the same exact reservation number. The balance will be the sum of payment column and claim column.
please also factor in that the
thank you
RESERVATION NUMBER | GUEST NAME | PAYMENT | CLAIM | BALANCE |
23252563 | A | 5,000.00 | I need the 5k claim moved to this cell | 5,000.00 |
23652552 | B | 3,500.00 | 3,500.00 | |
23144552 | C | 1,500.00 | 1,500.00 | |
23954445 | D | 9,500.00 | 9,500.00 | |
23669843 | E | 6,000.00 | 6,000.00 | |
23587412 | F | 1,200.00 | 1,200.00 | |
23578951 | G | 1,000.00 | 1,000.00 | |
23655774 | H | 3,200.00 | 3,200.00 | |
23578951 | G | (990.00) | (990.00) | |
23655774 | H | (3,200.00) | (3,200.00) | |
23669843 | E | (5,500.00) | (5,500.00) | |
23587412 | F | (1,200.00) | (1,200.00) | |
23252563 | A | (5,000.00) | (5,000.00) | |
23652552 | B | (3,000.00) | (3,000.00) | |
23144552 | C | (1,500.00) | (1,500.00) | |
23954445 | D | (9,450.00) | (9,450.00) |
***...please also factor in that the values do not have to be duplicated/copied but moved.
thanks
Last edited by a moderator: