Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
how do I do subtractions in excel.
|
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=A1-B1
=B1-12 =17-11 ?? -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "ladyace" wrote in message ... how do I do subtractions in excel. |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Your question makes me wonder if you have been lead astray by the SUM
function. While =SUM(A1,B1) will indeed add the two values, it is better to use =A1+B1 SUM is best used fro ranges as in =SUM(A1:A100) which is easier to use than =A1+A2+A3......+A99+A100 best wishes -- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "ladyace" wrote in message ... how do I do subtractions in excel. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compare lists for additions and subtractions | Excel Worksheet Functions |