I am in the process of converting a excel work book into a web based application.
The workbook performs many calculations based in input by the user. I am currently reverse engineering the formulae for these calculations.
The workbook contains many calls to the PV() function, however rather than pass implicit values, it passes either calculations or cells which are the result of other calculations to the function.
Is there any way in excel that I can see what the underlying values being passed to an inbuild function actually are?
Many Thanks
This is a link for how to debug formula errors
Hope it helps!