Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys, we are having this problem since December last year. The scenario is we want to implement the Price and Yield Functions of MS Excel in our VB.Net project without using any MS Excel library files. Our supervisor wants us to do it from scratch, though MS Excel gives us the Exact Formula, we cannot find any source from the Internet on how to implement these functions without using MS Excels' library files. Who among you know how to implement these functions, please help. Thank you and Happy New Year
Posted

1 solution

It seems like a pretty simple function, did you look at the help documentation and see the formula that they use?

Have you tried implementing the function at all?

Excel Price Function[^] and Excel Yield Function[^]

The yield one is even simpler, no accumulations, and they even give variable names...
 
Share this answer
 
Comments
CHill60 1-Jan-14 20:14pm    
And they will get free test run verification by feeding the same data in Excel ;-p
5'd

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900