how do I set up a total amount automatically in excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi I have a spreadsheet for my small business and would find it very
helpfully when I put eg:sold post amount then I would like total on the next
column to add these to up automatically I know its properly basic but I am
not a computer wiz thanks for your help in advance
 
Select the numbers which you want to total.

From the Standard toolbar, click the AutoSum icon.
It's icon is the Greek letter Sigma ?
 
With your data Starting in C2
In D2 enter:
=IF(C2<>"",SUM($C$2:C2),"")
fill down as far as needed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top