+ Reply to Thread
Results 1 to 5 of 5

Adding to total

  1. #1
    Registered User
    Join Date
    02-08-2011
    Location
    Romania
    MS-Off Ver
    Excel 2010
    Posts
    5

    Adding to total

    Hi,
    I have a small question, I have 2 cells, every time I add a number in the first one I need to add it to the second automatically.
    How can I do that?
    Thanks !

  2. #2
    Valued Forum Contributor Rahul Nagar's Avatar
    Join Date
    09-18-2008
    Location
    nasik
    MS-Off Ver
    Excel 2003
    Posts
    465

    Re: Adding to total

    Suppose your data in A1 put =A1 in A2 cell
    __________________
    Regards
    Rahul Nagar
    Founder of www.myshortcutkeys.com.


    If you get the answer of your questions then please click EDIT in your original post then click on GO ADVANCED and set the PREFIX box to SOLVED. It helps everybody! ....
    Also
    If you are satisfied by any members response to your problem please consider using the scales icon top right of thier post to show your appreciation.

  3. #3
    Registered User
    Join Date
    02-08-2011
    Location
    Romania
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Adding to total

    Thanks for the reply.
    In A2 I need the sum of A1 and A2 every time I put a new number in A1.

    Something like =IF(A1>0;A2=A1+A2), obviously this does not work.
    Last edited by zanga; 02-08-2011 at 05:39 AM.

  4. #4
    Registered User
    Join Date
    11-18-2010
    Location
    Johannesburg South Africa
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: Adding to total

    I don't think it can be done by means of a formula, you will end up with a circular reference!
    A couple of lines of VB code will solve it though.
    Interested?

  5. #5
    Registered User
    Join Date
    11-18-2010
    Location
    Johannesburg South Africa
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: Adding to total

    A formula will not do the trick. You will end up with a circular reference! A bit of vb code will solve it though.
    Interisted?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1