Aggregate certificate level data of banking records

jimjohn

Board Regular
Joined
Nov 14, 2007
Messages
108
Hi everyone can someone please help me with the below. If it can only be done in vba I would appreciate it if someone could share sample vba code that I could start playing around with. Thanks in advance!

I have data with the following columns in an excel sheet which are for transaction level client banking accounts: client id (unique for client), account number (unique for account), balance, start date, client rate when issued, redeemed flag (yes or no), date redeemed if yes. I also have columns for balances each week after start date for an existing client. Once a client redeems the balance of that record will either become 0 or NULL. The date includes start dates from September 2021 to february 2022. Some clients will book multiple accounts instead of one.

A client can redeem their investment and then issue again at a higher rate. A client can also book multiple different accounts.

I want to be able to tell, for all clients that booked more than a million in aggregate, how many of them redeemed and then came back later and issued again with a higher client rate. Then I want to calculate the impact of this: so for each client > 1MM that did this I want to take the difference between client rate issued later vs client rate issues originally and apply that to the balance to get an impact and then I want to sum that impact across all the clients > 1MM.

Thanks in advance!
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.

Forum statistics

Threads
1,214,942
Messages
6,122,366
Members
449,080
Latest member
Armadillos

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