Sure, thank you! I'm not sure if I can explain it well enough, but I'll try!
So let's say A2 contains the reset date (2/1/10), A4 is the cap amount (1,000), column B contains the transaction dates of all subsequent transactions, column C contains the transaction price for all transactions, column D contains the commission paid,
and column E contains the remaining commission to pay (based off the cap):

I'm hoping to find formulas for both column D & column E. The formula for column D needs to calculate the commission paid based off 30% of the transaction price (column C), the remaining commission (column E), & the reset date (A2); the formula for column
E needs to calculate the remaining commission to be paid before reaching the cap, and is based on the cap amount (A4), previously paid commission amounts (column D) & the reset date (A2).
In the above picture, the commission paid for the 1st transaction is 300 (D2=.3*C2). However, in the 2nd transaction, 30% of the transaction price would yield a higher amount than the remaining commission, so the commission paid ends up being 700 (D3=E2).
Finally, in the 3rd transaction, the Transaction Date matches the Reset Date. The commission paid amount ends up being 450 (D4=.3*C4), since 30% is now less than the remaining commission as a result of the cap reset.
I hope that clarifies my question a little bit better! I'm hoping to find formulas that I can copy throughout the entire column since the typical amount of transactions ranges in the hundreds.
Thank you for your help!