Calculate Internal Rate of return using a microflow

1
I need to calculate the Internal Rate of Return for a project (this is a standard mathematical function in Excel: (http://en.wikipedia.org/wiki/Internalrateof_return#Calculation ) using a microflow. any suggestions how this can be done?
asked
2 answers
2

Why don't you just implement the algorithm mentioned on wikipedia in a Microflow?

answered
1

As Achiel said i would suggest to just use one of the algorithms that are provided on wikipedia. I also suggest to take a look at the expresions documentation as this will give you a good idea about what is possible within microflows and how to solve some of your problems like calculating the difference in date.

answered