Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Subtraction from a column.

I have a column of numbers for example;
$140.00
$36.00
$428.00
$117.00
$300.00
$140.00
$36.00
$150.00
$500.00
$200.00
$300.00
$150.00
$5.00
$5.00
$24.00
$2,531.00

What I want to do is subtract a paid amount say $200 from the total
($2,531.00 this is calculated using the "Sum function"). How would I do this.
(Everytime I try to do this the total is mathametically wrong.)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 329
Default Subtraction from a column.

Hi computerkiller,

Assuming your values are in A1:A15:
=SUM(A1:A15)-200

Alternatively, insert a new row to hold the amount paid and sum the new range. For example:
$140.00
$36.00
$428.00
$117.00
$300.00
$140.00
$36.00
$150.00
$500.00
$200.00
$300.00
$150.00
$5.00
$5.00
$24.00
-$200.00
$2,331.00 =SUM(A1:A16)

or
$140.00
$36.00
$428.00
$117.00
$300.00
$140.00
$36.00
$150.00
$500.00
$200.00
$300.00
$150.00
$5.00
$5.00
$24.00
$2,531.00 =SUM(A1:A15)
-$200.00
$2,331.00 =SUM(A16:A17)

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

"computerkiller" wrote in message
...
I have a column of numbers for example;
$140.00
$36.00
$428.00
$117.00
$300.00
$140.00
$36.00
$150.00
$500.00
$200.00
$300.00
$150.00
$5.00
$5.00
$24.00
$2,531.00

What I want to do is subtract a paid amount say $200 from the total
($2,531.00 this is calculated using the "Sum function"). How would I do this.
(Everytime I try to do this the total is mathametically wrong.)


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
Subtraction Rookie Excel Worksheet Functions 14 February 24th 08 11:42 AM
Subtraction formula kevcar40 Excel Discussion (Misc queries) 7 February 1st 08 11:03 AM
simple subtraction nikpleep New Users to Excel 2 June 1st 07 10:10 AM
subtraction formula kaustubhghag Excel Worksheet Functions 1 March 24th 06 12:14 PM
Subtraction formula for consecutive cells in a column, skipping blanks [email protected] Excel Worksheet Functions 2 September 16th 05 12:20 AM


All times are GMT +1. The time now is 04:27 AM.

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

About Us

"It's about Microsoft Excel"