We're aware that some users are experiencing technical issues which the team are working to resolve. Thank you for your patience.
📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!

Tools & spreadsheets for managing money

Options
What tools do other people use to help them manage their money? I'm thinking of programs, spreadsheets etc.

I've just spent all morning so far trying to put together a spreadsheet that will predict my net worth and tax liability at the end of each year, including available tax reliefs and accounting for if I ever go into the higher tax bracket. While I'm reasonably comfortable with Excel, I'm still pretty much a novice at using the various equations available and I'm sure there must be a better designed system or template out there that would save time and give better results. Does anyone have any suggestions?
«1

Comments

  • For my ISA portfolio and various bank accounts, I just maintain a spreadsheet with all the information in it. Seems to work for me.
    "If you aren’t willing to own a stock for ten years, don’t even think about owning it for ten minutes” Warren Buffett

    Save £12k in 2025 - #024 £1,450 / £15,000 (9%)
  • I cant help you with a template or other tool as my workbook is homemade and tailored to my requirements. However, for my tax equation I have a sheet which collates interest earned each month across mine and MrsKs many accounts. I then use an IF equation to display 20% tax on any amount over 1000 for each of us. If under 1000 at years end it displays 0.


    Not sure if the equation will help you but here it is anyway. Q10 is my total interest in this tax year cell. This is in Kingsoft Office not excel as its free and i'm cheap. I believe its fully compatible though.


    IF((Q10-1000)*1.2-(Q10-1000)>0,(Q10-1000)*1.2-(Q10-1000),0)


    It essentially means if my earned interest is greater than 1000 please would you kindly display 20% of it - otherwise leave me alone and just display 0.
  • Kendall80 wrote: »
    IF((Q10-1000)*1.2-(Q10-1000)>0,(Q10-1000)*1.2-(Q10-1000),0)


    It essentially means if my earned interest is greater than 1000 please would you kindly display 20% of it - otherwise leave me alone and just display 0.

    Crikey that's a convoluted thing!

    How about =IF(Q10>1000,(Q10-1000)*0.2,0)
  • Linton
    Linton Posts: 18,132 Forumite
    Part of the Furniture 10,000 Posts Name Dropper Hung up my suit!
    Or even shorter =MAX((Q10-1000)*0.2,0)
  • jimjames
    jimjames Posts: 18,595 Forumite
    Part of the Furniture 10,000 Posts Photogenic Name Dropper
    Microsoft Money is still available and is free. That's the software I use.
    Remember the saying: if it looks too good to be true it almost certainly is.
  • AndyT678 wrote: »
    Crikey that's a convoluted thing!

    How about =IF(Q10>1000,(Q10-1000)*0.2,0)

    It is a bit isn't it. Shows my level of excel capability I guess.

    You should see the size of the equation for my monthly P2P interest.

    That sounds just about the nerdiest sentence i've ever written.
  • System
    System Posts: 178,325 Community Admin
    10,000 Posts Photogenic Name Dropper
    For what it's worth I have found that it can be useful to allocate cells to variables that are liable to change. It can save getting under the bonnet and changing formulas later on.

    In this case it would be pretty quick to change a single formula, but if you have a spreadsheet that is number crunching more complicated affairs for tax or whatever then I find it worth planning all the variables at the start.

    Using your case as a simple example I'd set it up like this:

    Cell A1 = total interest earned
    Cell A2 = annual tax free allowance (enter £1,000)
    Cell A3 = tax rate (enter 20%)
    =IF(A1<A2,0,(A1-A2)*A3)

    Cells A2 and A3 are then variables you can change each time the Chancellor appears with the red box.
    This is a system account and does not represent a real person. To contact the Forum Team email forumteam@moneysavingexpert.com
  • darkidoe
    darkidoe Posts: 1,129 Forumite
    Ninth Anniversary 1,000 Posts Name Dropper
    wneil wrote: »
    For what it's worth I have found that it can be useful to allocate cells to variables that are liable to change. It can save getting under the bonnet and changing formulas later on.

    In this case it would be pretty quick to change a single formula, but if you have a spreadsheet that is number crunching more complicated affairs for tax or whatever then I find it worth planning all the variables at the start.

    Using your case as a simple example I'd set it up like this:

    Cell A1 = total interest earned
    Cell A2 = annual tax free allowance (enter £1,000)
    Cell A3 = tax rate (enter 20%)
    =IF(A1<A2,0,(A1-A2)*A3)

    Cells A2 and A3 are then variables you can change each time the Chancellor appears with the red box.

    Bump. We need a good thread to educate spreadsheet novices like me on the most commonly used equations on spreadsheets to track interest, net worth etc.. Currently I am just recording 'raw' data. Figures monthly and adding them up and subtracting from the previous months to get an idea of monthly savings net of interest, pay, expenses etc..

    Save 12K in 2020 # 38 £0/£20,000
  • wneil wrote: »
    For what it's worth I have found that it can be useful to allocate cells to variables that are liable to change. It can save getting under the bonnet and changing formulas later on.

    In this case it would be pretty quick to change a single formula, but if you have a spreadsheet that is number crunching more complicated affairs for tax or whatever then I find it worth planning all the variables at the start.

    Using your case as a simple example I'd set it up like this:

    Cell A1 = total interest earned
    Cell A2 = annual tax free allowance (enter £1,000)
    Cell A3 = tax rate (enter 20%)
    =IF(A1<A2,0,(A1-A2)*A3)

    Cells A2 and A3 are then variables you can change each time the Chancellor appears with the red box.

    Using parameters like this is a really useful piece of advice.

    I'd also consider going a bit further an using named ranges to identify the variables so that A1 is called Interest, A2 Tax_Allowance, A3 is Tax_Rate etc...

    That way you can use the names as references in formulae throughout the sheet and it's instantly obvious what you're referencing. It makes the sheet easier to troubleshoot and simpler for other users to understand.
  • Speculator
    Speculator Posts: 2,338 Forumite
    Part of the Furniture 1,000 Posts Name Dropper Combo Breaker
    I started with Lotus123 when I first started saving when I got my University grant cheque and have been using Excel since 1999.
This discussion has been closed.
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

Categories

  • All Categories
  • 350.6K Banking & Borrowing
  • 253K Reduce Debt & Boost Income
  • 453.4K Spending & Discounts
  • 243.6K Work, Benefits & Business
  • 598.4K Mortgages, Homes & Bills
  • 176.8K Life & Family
  • 256.8K Travel & Transport
  • 1.5M Hobbies & Leisure
  • 16.1K Discuss & Feedback
  • 37.6K Read-Only Boards

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.