Hi all,
I created a function to calculate a value to be returned from a matrix in a sheet.
The function is below
As you can see I have tried to break it down to find where the error lies.
If I use
=IF(C126="Investment",introrate(A126,C126,D126,I126),introrate(A126,C126,F126,I126))
as the...