P
Padmaja
Hi,
I have to find the average of 3 numbers. These 3
numbers are entered in 3 different columns, and in the 4th
column their average is calculated.
Lets say, Column A ,B and C contain the numbers whose
average is to be found. D column contains the formula for
calculating the average.
eg. formula for D1 is "=(A1+B1+C1)/3"
then formula for D2 is "=(A2+B2+C2)/3"
Now if i insert a new row say at 9th place
It should automatically take the formula for D9 as
"=(A9+B9+C9)/3"
How is this to be done programatically?
Awaiting for your reply,
Thanks,
Padmaja
I have to find the average of 3 numbers. These 3
numbers are entered in 3 different columns, and in the 4th
column their average is calculated.
Lets say, Column A ,B and C contain the numbers whose
average is to be found. D column contains the formula for
calculating the average.
eg. formula for D1 is "=(A1+B1+C1)/3"
then formula for D2 is "=(A2+B2+C2)/3"
Now if i insert a new row say at 9th place
It should automatically take the formula for D9 as
"=(A9+B9+C9)/3"
How is this to be done programatically?
Awaiting for your reply,
Thanks,
Padmaja