Series Formula

  • Thread starter Thread starter Diego Maradona
  • Start date Start date
D

Diego Maradona

I am trying to create a simple series formula in cell B1.
The series has an input from cell A1. For example, if A1 =
4 then B1 should have value = 10 (1+2+3+4). If A1 = 5 then
B1 = 15 (1+2+3+4+5). Does anyone know the formula I should
put in B1?



Thanks
 
I knew there had to be something like that around, but just couldn't figure
it out.

Did you just work it out now?<g>
 
Thanks a lot, this is what I was looking for.

-----Original Message-----
How about:
=(A1*(1 + A1))/2

HTH.
--
Dana DeLouis
Win XP & Office 2003





.
 
Thanks for that link.
Very interesting.
--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------

Hi RD. I believe this series is called an "Arithmetic Series"

Here's one of a few references if interested...
http://mathworld.wolfram.com/ArithmeticSeries.html

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top