I can't find an excel formula to subtract. Help please

mabbus-cattus1mabbus-cattus1 Posts: 5,777
Forum Member
I'm sure there must be one but for the life of me I can't sort it. I've never used excel before but thought it might be useful to keep a running total of what my son owes me. I cannot figure how to do a simple minus calculation B2 - B3 and get the total in B4. Everyone says excel is easy but I'm just drawing a blank. Can anybody help?

Thank you.

Comments

  • [Deleted User][Deleted User] Posts: 2,479
    Forum Member
    ✭✭✭
    If you highlight b4 and then type

    =SUM(B2-B3)

    That should give it
  • Smokeychan1Smokeychan1 Posts: 12,191
    Forum Member
    ✭✭
    Click on B4, click the = button, the cell will then be highlighted. Then click on B2, the minus button, then B3.

    EDIT: judes formula is correct also, my way is easy if you don't know/are bad at remembering formulas (forumuli?).
  • [Deleted User][Deleted User] Posts: 40,102
    Forum Member
    All you have to do is type in =B2-B3 then press enter in cell B4.

    You can also do it by selecting the cell, typing in = then selecting the first cell add a minus sign (no spaces) then clicking the second cell. It does the same thing but often easier to see what you are calculating.

    With simple calculations just remember the forumula:

    = cell1 sign cell2 (with no spaces)

    E.g:

    =B1-B2 (minus)
    =B1+B2 (plus)
    =B1/B2 (divide)
    =B1*B2 (multiply)
  • mabbus-cattus1mabbus-cattus1 Posts: 5,777
    Forum Member
    I must be doing something wrong. Tried all your suggestions and all I get is =B2-B3 in the formula box.

    Think I might start again and see if it works in a completely new spreadsheet. Thank goodness I've only got two entries.

    Thanks anyway. The formula must be right - its the idiot trying to use it thats not!!!
  • [Deleted User][Deleted User] Posts: 40,102
    Forum Member
    Did you press enter afterwards?
  • Smokeychan1Smokeychan1 Posts: 12,191
    Forum Member
    ✭✭
    I must be doing something wrong. Tried all your suggestions and all I get is =B2-B3 in the formula box.

    Think I might start again and see if it works in a completely new spreadsheet. Thank goodness I've only got two entries.

    Thanks anyway. The formula must be right - its the idiot trying to use it thats not!!!

    Hmm, well if the formula is there, then just try hitting enter to move into the next box. Hopefully the sum will appear.
  • [Deleted User][Deleted User] Posts: 657
    Forum Member
    ✭✭
    I must be doing something wrong. Tried all your suggestions and all I get is =B2-B3 in the formula box.

    Think I might start again and see if it works in a completely new spreadsheet. Thank goodness I've only got two entries.

    Thanks anyway. The formula must be right - its the idiot trying to use it thats not!!!

    Make sure all the cells are formatted to number also
  • mozamoza Posts: 1,418
    Forum Member
    ✭✭✭
    There's an option that toggles between showing the formula in the cell, and showing the result. In Excel2007, it's under options/advanced/display options. Be worth checking that's set correctly.
  • [Deleted User][Deleted User] Posts: 2,478
    Forum Member
    ✭✭✭
    You just put the cursor in B4 and then type =B2-B3 and hit enter. The result should then be in B4
  • mabbus-cattus1mabbus-cattus1 Posts: 5,777
    Forum Member
    Sorted - I started the calculations again in a new spreadsheet and it worked first time.

    This forum is amazing. Where else could you get free help so quickly.

    Thanks everyone:D
  • [Deleted User][Deleted User] Posts: 195
    Forum Member
    Who said it's free? Please PM me your credit card details :)

    Kidding.
  • swingalegswingaleg Posts: 103,111
    Forum Member
    ✭✭✭✭
    Whilst we're at it..............:D

    I've got a spreadsheet on the go ( it's Works Spreadsheet) and I'd like to enter a calculation to work out percentages

    eg........I'd like to put a command in box B4 so that it works out the number in box B3 as a % of the number in box C8

    .........and it would change as I change the numbers in boxes B3 and C8

    Is that possible ?
  • [Deleted User][Deleted User] Posts: 1,917
    Forum Member
    ✭✭✭
    Not sure of the syntax with it being a Works Spreadsheet but the basic forumula would be something like:

    (C8 / 100) * B3

    (I think that's right anyway... - it could be 100 / C8...)

    I would assume that when you change the value of C8 or B3 it will change, but I did have an Excel spreadsheet a while ago that didn't change automatically and you had to save the sheet to get the updates. No idea why, all other files worked fine except this one...
  • JeffG1JeffG1 Posts: 15,275
    Forum Member
    ✭✭
    In B4, =B3/C8*100

    You can check a formula beforehand by substituting actual numbers when you know the answer. In this case say B3 is 2 and C8 is 8, then 2/8 = 0.25. Times 100 is 25 (= 25%).
  • swingalegswingaleg Posts: 103,111
    Forum Member
    ✭✭✭✭
    Thanks guys !

    It works.......................:D

    I've been working them out manually for over a year.........:eek:

    I looked on 'Help' and I've got a book - idiots Guide to microsoft Works.......but nothing in either of them, so I'd always assumed it wasn't possible to do percentages..........:mad:
  • JeffG1JeffG1 Posts: 15,275
    Forum Member
    ✭✭
    It's always possible to do percentages. It's just a number between 0 and 1 multiplied by 100 :)
  • KinellKinell Posts: 193
    Forum Member
    For percentages you don't actually need to bother with all the multiplying by 100 nonsense.

    Just do =B3/C8 and format the number type of the cell to Percent.
  • swingalegswingaleg Posts: 103,111
    Forum Member
    ✭✭✭✭
    Kinell wrote: »
    For percentages you don't actually need to bother with all the multiplying by 100 nonsense.

    Just do =B3/C8 and format the number type of the cell to Percent.

    Thanks !.........that's even better !
  • anfortisanfortis Posts: 459
    Forum Member
    Dissonance wrote: »
    I would assume that when you change the value of C8 or B3 it will change, but I did have an Excel spreadsheet a while ago that didn't change automatically and you had to save the sheet to get the updates. No idea why, all other files worked fine except this one...

    Sounds like you had automatic calculation turned off. In Excel 2007, go to Excel options on the Office button, select Formulas from the sidebar, and select the Automatic option under Workbook Calculation in Calculation Options. I no longer use Excel 03, but I guess that there will be a similar setting under Options.
  • [Deleted User][Deleted User] Posts: 1,917
    Forum Member
    ✭✭✭
    anfortis wrote: »
    Sounds like you had automatic calculation turned off. In Excel 2007, go to Excel options on the Office button, select Formulas from the sidebar, and select the Automatic option under Workbook Calculation in Calculation Options. I no longer use Excel 03, but I guess that there will be a similar setting under Options.
    Thanks for that. It didn't really bother me at all, so I just left it to it. Bizzarely though, I still use the same template (it's somehing I use at work) yet seems to be working fine now.

    Computers eh? Don't you just love them :D
Sign In or Register to comment.