hello,
Can someone explain the following formula to me?
{=PRODUCT(B170:B176+1)-1}
I need to re-write this formula in Java and I'm not quite sure what is being done.
I've added some dummy records to a table all with 1.0% as the value for B170 - B176 and the amount that I get as a result is 7.12%
It would be a great help if someone could explain how the 7.12% is being calculated. thank you very much in advance.
Regards,
Keith
=(1+B170)*(1+B171)*...*(1+B176) - 1
Like compound interest.
Microsoft MVP - Excel
Entia non sunt multiplicanda sine necessitate
If you have a counterexample, post it, after making sure that the values in each cell are indeed 1%, rather than just appearing as 1% as formatted.--a-- -------------b------------- 1 1% 2 1% 3 1% 4 1% 5 1% 6 1% 7 1% 8 7.21% a8: {=product(1+a1:a7) - 1}
Microsoft MVP - Excel
Entia non sunt multiplicanda sine necessitate
You are correct. It was a long day yesterday I guess dyslexia must have set in! I just have one other question surrounding the formula. How would the formula need to change to handle negative percentages? I have some examples where the percentages are negative and the results are off. Thank you very much for your help, it is greatly appreciated.
- Solved 1 of my numbers was off by a number and it was thrown off. Thank you again!!
Keith
Last edited by KeithHenn; 09-08-2011 at 10:35 AM.
The formula doesn't need to change at all for negative percentages. Just give some thought to the question the formula answers.
Microsoft MVP - Excel
Entia non sunt multiplicanda sine necessitate
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks