Results 1 to 5 of 5

Thread: Understanding the Formula

  1. #1
    Member
    Join Date
    Apr 2011
    Posts
    69
    Rep Power
    14

    Understanding the Formula

    I have attached a worksheet wherein i have given an example of the calculation and in that there is a formula in Column E starting from E8 and down. I want to understand that what does this formula calculate. (not giving here more description of the question as it can be understood from the attached file)

    Please assist.
    Attached Files Attached Files
    ----
    excel_learner
    (Using XL 2007 & 2010)

    -------Learning never stops!

  2. #2
    Member
    Join Date
    Jun 2013
    Posts
    93
    Rep Power
    12
    I can not understand your problem, the formula is very simple

  3. #3
    Member
    Join Date
    Apr 2011
    Posts
    69
    Rep Power
    14
    I want to understand in simple words what does it calculate.. Is it average or something else
    Last edited by bakerman; 12-26-2013 at 11:02 PM. Reason: No need to Quote when directly answering to previous post
    ----
    excel_learner
    (Using XL 2007 & 2010)

    -------Learning never stops!

  4. #4
    Member
    Join Date
    Jun 2013
    Posts
    93
    Rep Power
    12
    a=10
    the formula is 10*11/2 = 55
    it's not an average, but you only have to know the goal of your file

  5. #5
    Forum Guru Rick Rothstein's Avatar
    Join Date
    Feb 2012
    Posts
    662
    Rep Power
    13
    Quote Originally Posted by excel_learner View Post
    I have attached a worksheet wherein i have given an example of the calculation and in that there is a formula in Column E starting from E8 and down. I want to understand that what does this formula calculate. (not giving here more description of the question as it can be understood from the attached file)
    The formula is this... =D8*(D8+1)/2 I do not know how it fits into the data in the workbook, but that is the formula for the sum of the first N digit where cell D8 contains the value for N. So, for example, if D8 contained the number 5, then the formula would evaluate to this...

    Code:
    =5*(5+1)/2
       
    =5*6/2
      
    =5*3
      
    =15
    The sum of the first 5 digits is 15 (=1+2+3+4+5). This will work for any positive value N in cell D8.
    Last edited by Rick Rothstein; 12-27-2013 at 02:01 PM.

Posting Permissions

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