View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Leith Ross[_691_] Leith Ross[_691_] is offline
external usenet poster
 
Posts: 1
Default sum of series problem.


Hello Chezball,

Here is the basic math equation to compute the sum of a finite
series...

SN = Sum of N terms
N = Number of terms in the series

SN=N(first term + last term)/2.

Note: This formula will work as long as the average difference betweens
terms remains constant.

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=564539