Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default Deducting from a total!! HELP!!!!!!!!!!!!!

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 !!!!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default Deducting from a total!! HELP!!!!!!!!!!!!!

With 15000 in say A1:

=A1-SUM(B1:G1)

B through G is 6 columns. Adjust as needed.

HTH,
Paul

--

"DestinySky" wrote in message
...
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 !!!!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default Deducting from a total!! HELP!!!!!!!!!!!!!

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?

"PCLIVE" wrote:

With 15000 in say A1:

=A1-SUM(B1:G1)

B through G is 6 columns. Adjust as needed.

HTH,
Paul

--

"DestinySky" wrote in message
...
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 !!!!




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default Deducting from a total!! HELP!!!!!!!!!!!!!

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



"PCLIVE" wrote:

With 15000 in say A1:

=A1-SUM(B1:G1)

B through G is 6 columns. Adjust as needed.

HTH,
Paul

--

"DestinySky" wrote in message
...
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 !!!!




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Deducting from a total!! HELP!!!!!!!!!!!!!

Are you saying that you want to subtract each time a new value is entered in
one of those cells?


If so you would need code

http://www.mcgimpsey.com/excel/accumulator.html


of course this example adds the values you need to change it so it subtracts


--


Regards,


Peo Sjoblom



"DestinySky" wrote in message
...
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?

"PCLIVE" wrote:

With 15000 in say A1:

=A1-SUM(B1:G1)

B through G is 6 columns. Adjust as needed.

HTH,
Paul

--

"DestinySky" wrote in message
...
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 !!!!






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
deducting same amount from cells containing various values Paul Rush Excel Discussion (Misc queries) 3 August 15th 06 05:35 PM
Deducting a % Wizard Excel Worksheet Functions 2 April 2nd 06 10:51 AM
deducting a monthly payment alanled New Users to Excel 1 January 29th 06 10:20 PM
deducting the same percent in a column Allie Excel Worksheet Functions 1 November 2nd 05 04:11 AM
Deducting breaks from time measurements Chris Strug Excel Worksheet Functions 1 October 5th 05 10:57 AM


All times are GMT +1. The time now is 08:51 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"