Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
What the formula for subtracting multiple columns?
Ex. Hours Work - Lunch - SickTime - Vacation = Total 9 1 3 0 Total |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas not recognizing new data | Excel Discussion (Misc queries) | |||
Countif formulas change after doing a sort | Excel Worksheet Functions | |||
Array Formulas take waaaay too long... | Excel Worksheet Functions | |||
Problem with named formula's | Excel Worksheet Functions | |||
calculating formulas for all workbooks in a folder | Excel Worksheet Functions |