HI There,
sorry if this is the wrong thread for the post. I have a question regarding a somewhat complex logical problem I wish to solve.
in the attached file, I have some dummy data in four columns, being:
Client ID
Transaction ID
Date
Amount
I am trying to create a flow that will allow me to calculate the IRR for each transaction, where each transaction starts with a negative value and has the cash flows following it. Normally in Excel you can do this for a single cash flow, however in our business we'd be looking to perform this for a total of ~60k transactions with 700k rows in total.
any idea what function I might use (I'm thinking the transaction ID) as a unique identifier to tell the formula/script where to start and finish in terms of creating an array, and then using that array to calculate the IRR, then outputting it somewhere in the format of:
Transaction ID IRR
Thanks for any advice on this - loving the software so far, just want to see how far we can push it to automate some of our very manual processes