Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Help

Let's see...

Break it up into it's components:

(1+d) is one component
i is a looping Long Integer

Dim i As Long, n As Long, s As Long, d As Long
Dim z As Long, tot As Long

n = 10 ' set this to whatever you like
For i = 1 to n
tot = tot + s * ( 1 + d ) ^ ( i - 1 ) * ( 1 + z ) ^ ( n - i + 1 )
Next i

It's been a long time since I've seen such but is that from an
elementary integral calculus class ? If I remember correctly, I
think I started learning that kind of math in a pre-calc class,
before the introduction into the concepts of approaching
infinity.

I can see that the formula you provided is not plotting a graph,
unless most of those other variables are constants.

If you could let me know, I'm curious about what the variables
represent.

--
Jim Carlock
http://www.microcosmotalk.com/
Post replies to the newsgroup.


"Manfred" wrote:
Hi everybody,

how can I program that formula in Excel :

thank in advance
manfred




 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"