subtract amounts from different columns?

G

Guest

I have 3 columns with, income, expenditure & balance. How can I get the
balance to auto fill using the other two columns?

Also want the total at the bottom of the sheet for each column, after
deductions have been made.
 
M

Myrna Larson

Assume you have headers in row 1, 1st row of data in row 2, income in A,
expenses in B (entered as a positive number), balance in C

In C2 use the formula

=A2-B2

IN C3 use the formula

=C2+A3-B3

and copy it down the rest of the column

Use SUM formulas to get the totals for each column.
 

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

Top