+ Reply to Thread
Results 1 to 6 of 6

Thread: Product Formula Question

  1. #1
    Registered User
    Join Date
    09-07-2011
    Location
    New York, NY
    MS-Off Ver
    Excel 2003
    Posts
    3

    Product Formula Question

    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

  2. #2
    Forum Guru shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2007, 2010
    Posts
    25,772

    Re: Product Formula Question

    =(1+B170)*(1+B171)*...*(1+B176) - 1

    Like compound interest.
    Microsoft MVP - Excel
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    09-07-2011
    Location
    New York, NY
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Product Formula Question

    Quote Originally Posted by shg View Post
    =(1+B170)*(1+B171)*...*(1+B176) - 1

    Like compound interest.
    thank you for getting back to me.

    In my dummy example I entered 1% in 7 columns and the result was 7.12%


    (1+.01)*(1+.01)*(1+.01).....(1+.01) - 1 = 0.072135352 *100 = 7.21%

    Can you help me understand the difference?

    Thank you.

  4. #4
    Forum Guru shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2007, 2010
    Posts
    25,772

    Re: Product Formula Question

          --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}
    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.
    Microsoft MVP - Excel
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Registered User
    Join Date
    09-07-2011
    Location
    New York, NY
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Product Formula Question

    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.

  6. #6
    Forum Guru shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2007, 2010
    Posts
    25,772

    Re: Product Formula Question

    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0