Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi there, I want to sum up the value of the cell A1, A2, A3 and A4 in cell C1 this is done, by the following In the Worksheet_change Event c1.value = application.worksheetfunction.sum(a1,a2,a3,a4) User is allowed to enter value in c1 cell directly. If user enter value in C1 cell directly, at that time I want the Cell A1, A2, A3 and A4 should become 0. Again if the user enters in any of the cells (a1, a2, a3, a4) then c value should get overwritten by the summation of the 4 cells. your help is appreciated thanx in advance, a_k9 -- a_k9 ----------------------------------------------------------------------- a_k93's Profile: http://www.excelforum.com/member.php...fo&userid=3267 View this thread: http://www.excelforum.com/showthread.php?threadid=52571 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summation based on contents of another cells | Links and Linking in Excel | |||
Is there a way of copying summation or count of highlighted cells? | Excel Discussion (Misc queries) | |||
summation to show at the bottom when I highlight selected cells? | Excel Worksheet Functions | |||
VBA code to perform summation and product summation | Excel Programming | |||
Summation of cells tied to Checkboxes | Excel Programming |