#1   Report Post  
Posted to microsoft.public.excel.newusers
Lonz
 
Posts: n/a
Default Formulas

What the formula for subtracting multiple columns?

Ex. Hours Work - Lunch - SickTime - Vacation = Total
9 1 3 0 Total


  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max
 
Posts: n/a
Default Formulas

One way is to sum up all the bits to be subtracted, then just subtract from
the 1st figure

Example, in E2: =A2-SUM(B2:D2)
where B2:D2 houses all the items to be subtracted from A2
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Lonz" wrote in message
...
What the formula for subtracting multiple columns?

Ex. Hours Work - Lunch - SickTime - Vacation = Total
9 1 3 0 Total




  #3   Report Post  
Posted to microsoft.public.excel.newusers
Andrew1224
 
Posts: n/a
Default Formulas

If value 9 is in column A1 (as below) then as follows:-

=A1-SUM(B1:D1)



"Lonz" wrote:

What the formula for subtracting multiple columns?
A1 B1 C1 D1 E1
Ex. Hours Work - Lunch - SickTime - Vacation = Total
9 1 3 0 Total


  #4   Report Post  
Posted to microsoft.public.excel.newusers
CLR
 
Posts: n/a
Default Formulas

Or, if you prefer.........

=A1-(B1+C1+D1)

Vaya con Dios,
Chuck, CABGx3



"Lonz" wrote:

What the formula for subtracting multiple columns?

Ex. Hours Work - Lunch - SickTime - Vacation = Total
9 1 3 0 Total


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
Formulas not recognizing new data malakingaso Excel Discussion (Misc queries) 1 February 8th 06 07:27 PM
Countif formulas change after doing a sort Bob Smith Excel Worksheet Functions 3 January 3rd 06 11:17 PM
Array Formulas take waaaay too long... belly0fdesire Excel Worksheet Functions 7 August 8th 05 10:11 PM
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 07:48 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"