+ Reply to Thread
Results 1 to 9 of 9

Adding 2 cells

Hybrid View

  1. #1
    Registered User
    Join Date
    10-16-2006
    Posts
    3

    Adding 2 cells

    How can i add one cell to another and have the sum appear in one of the cells that is being added?

    Any help would be appreciated

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    example ..?

    lets say you have 1 in A1, 2 in A2. And you want to add A1 and A2.
    Where do you want the result to be displayed. Can you be a little more clear.

    Mangesh

  3. #3
    Registered User
    Join Date
    10-16-2006
    Posts
    3
    i would like the answer to be displayed in A2.

    So A2=(A1+A2)

    Is this Possible?

  4. #4
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Quote Originally Posted by Boogmeister11
    i would like the answer to be displayed in A2.

    So A2=(A1+A2)

    Is this Possible?
    That creates a circular reference. For what purpose is this to be used?

  5. #5
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791
    Quote Originally Posted by Boogmeister11
    i would like the answer to be displayed in A2.

    So A2=(A1+A2)

    Is this Possible?
    if you put =A1+A2 in cell A2, data in A2 will no more be there instead it will show you only that data which is in A1. (i-e =A1 will show you the same result).

  6. #6
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,405
    This can usually be accomplished, but you'll need a VBA Worksheet_change or worksheet_calculate procedure to make it work.

  7. #7
    Registered User
    Join Date
    10-16-2006
    Posts
    3
    This is for a pricing sheet and i want to be able to add the amount in A1 to all the cells that contain a price that needs to be changed.

    How do i do a VBA worksheet_change or a worksheet_calculate procedure?

+ 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