Deducting from a total!! HELP!!!!!!!!!!!!!

D

DestinySky

I have a spreadsheet with 8 rows and 6 columns. At the end of each row is a
dollar amount. I will need the cells in each row to deduct from that rows
dollar amount.
EX.
Customer week 1 week 2
week3 total
ABC Customer $500.00 $300.00 $600.00
15000.00

what formula would I need to use to deduct the 500.00, 300.00 and 600.00
from the 15000.00??

THANKS !!!!
 
P

PCLIVE

With 15000 in say A1:

=A1-SUM(B1:G1)

B through G is 6 columns. Adjust as needed.

HTH,
Paul
 
D

DestinySky

How can I tally the deduction in the total cell... in other words.. how can I
have the 15000.00 do a deduction tally as amounts are entered in the other
cells?
 
D

DestinySky

PCLIVE!! thanks!!! I answered my own question!!! You explanation helped me
figure it out!!
 

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