Consulting

Results 1 to 5 of 5

Thread: Solved: Summing Problem

  1. #1

    Solved: Summing Problem

    I have a summing problem. I will try and describe it the best I can.
    I have a a formula that I used to calculate something. The answer lies in A1=some formula with 5 inputs. thats fine. now,
    A2= same formula with 5 different inputs - A1
    A3 = same formula with another 5 different inputs - (A1+A2)
    A4 = same formula with another 5 different inputs - (A1+A2+A3)
    A5 = same formula with another 5 different inputs - (A1+A2+A3+A4)
    and this goes on until A3000. so obviously I cant do this by hand.
    I would love to be able to do this just once (in A2) and drag all the way down. is there any way to do this?
    what function and how would i use this function to make my life easier?


    thanks in advance!!

  2. #2
    Oh wait I figured it out i think
    just do SUM($A$1:Acurrentcellnumber)?

  3. #3
    Knowledge Base Approver VBAX Wizard p45cal's Avatar
    Joined
    Oct 2005
    Location
    Surrey UK
    Posts
    5,876
    In A2:
    =3-SUM($A$1:A1)
    and copy down.
    (I have used '3' where you used 'same formula with another 5 different inputs'.)

    p45cal
    p45cal
    Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.

  4. #4
    thank you sir!

  5. #5
    VBAX Mentor anandbohra's Avatar
    Joined
    May 2007
    Location
    Mumbai
    Posts
    313
    Location
    if u found the acceptable solution pl mark it as solved
    under thread tools.

Posting Permissions

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