Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Rightclick on sheet tab and insert this :
Private Sub Worksheet_Change(ByVal Target As Range) If Intersect(Target, Range("A2")) Is Nothing Then Exit Sub [A1] = [A1] + [A2] End Sub "bukti" skrev: I would like to have a cell with a growing total,that will automatically increase when another amount is entered into another cell, but I keep getting a block from the "circular reference'?eg if A1 =$50 & I enter $5 in to A2,I would like A1 to automatically grow to $55?This is no different to the "check out " chicks at the grocery store cash register adding groceries to a growing total. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Circular Reference | Excel Discussion (Misc queries) | |||
Help on Circular Reference, | Excel Discussion (Misc queries) | |||
Macro avoiding circular reference | Excel Worksheet Functions | |||
how to: circular reference | Excel Worksheet Functions | |||
Avoiding circular reference on formula | Excel Discussion (Misc queries) |