I have an Excel sheet such that each row contains
- A date
- The total amount of money used to purchase stock up to that date
- The current value of the stock on that date
What is the most efficient way to use xirr
to compute the return on each row as a fourth column?
My goal is to do this in a manner such that I do not need to introduce a dummy column that computes differences from the second column.