View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joao[_2_] Joao[_2_] is offline
external usenet poster
 
Posts: 2
Default How to program a series sum function

Hi there !

I want to create a math function that can emulate a series sum of any
kind, for instance:

series sum for i=1 to n (1/(i+2)^+B2) or whatever.

For what I have seen in the help menu, there is a seriesum function
but is a standard sin/cos series function and I couldn't find anything
else.

Can anyone help me doing this ?

Thanks/brgds
jj