Excel Help please!!???

Associate
Joined
20 Mar 2007
Posts
73
Can someone please Help?

I have a cell with a value in e.g.(200,000)

I want to be able to input another figure and the cell adds up to a total.

So If I input 200,000 again the cell would show 400,000.

Does anybody know how I could do this?
 
Put 200,000 in the cell, we'll say its Cell A1. Then in Cell C1 type:

=A1+B1

Then just type whatever number you want in B1 and bingo.
 
Put your figures in say a1 and in b1 type =sum(a1:a1000)

Then input your figures all down column a.

total will update in cell b1.

Job done.
 
Jameshill675 said:
I can't do that mate.

I am workign ona workbook and I have a hell of a lot of figure to be adding up.

This will really help save me time.

Put the 200,000 figure in cell IF231, that should be far away enough from all of your figures. Or create a new sheet and calculate it all using that.
 
Last edited:
Right I see, could you not type your formula into a new sheet but get it to look at the first sheet as well?

Otherwise this website is pretty useful for excel queries.
 
Back
Top Bottom