Excel Programming Help Sum formula
Hi
I have been playing around with Excel a few days. It is really a nice tool. I can do a lot of calculations here with less effort. I have also heard that it is possible to do some programming with excel too. So i thought i will try.
Here is what I want to do first.
My present sheet has 7 columns each are having a value (cash amount) in each of them. The 8th column holds the following equation:
=SUM(A1:C1)/3+SUM(D1:E1)/2+F1+G1
So it gives the summation of the left 7 columns. The equation changes from A1 to A25 , depending on the row number.
The problem is that it is so often I accidently erase the equation written in the field. So i just want the equation to be hidden. i. e. when I press a button the calculation will be done. Will I code the equation in the program? How do I do it?
I have a little experience on C so I think it would be easy.








