Mutual Fund Portfolio Tracker using Excel Download and Tutorial
Post on: 3 Октябрь, 2015 No Comment
Would you like to spend next 5 minutes learning how to create an excel sheet to track your mutual fund portfolio?
We will use 2 simple excel features to achieve this web queries and vlookup()
- First, lets put a tabular format for our portfolio: We can have fund name, # of units, purchase NAV (Net Asset Value, the cost of unit for your when you bought it), purchase date, total value at purchase (units * purchase NAV), current NAV (we will pull this data from internet), value as of now (units * current NAV), Profit / loss amount and profit / loss % as our table columns. Once you learn how to do this, you can add more columns depending on what / how you want to track your MF portfolio.When you finish creating the table, it would look something like this:
The formula for latest NAV can look like this:
=vlookup(c1,sheet1!c1:d6000,2,false)
Remember to use false for last parameter since fund names may not be sorted in alphabetical order on your source web page.
Now we will repeat this formula for all the rows in latest nav column. I have built my portfolio tracker to track 20 funds at a time. Also, you can simplify formulas using named ranges.
profit/loss = current value purchase value
profit/loss % = profit/loss / purchase valueYou can add some conditional formatting to beautify the table (like turning text blue for profits and red for losses etc.)
You can do the same for stock portfolios, commodities etc. You just need a web source that gives you latest data and five minutes of free time
Few ideas on how you can enhance this:
- Add graphs to see visually how the funds are doing
- Build some VBA to store previous NAV values of your funds so that you can see historical dates
- Instead of doing plain % of profit / loss, compute realistic growth of your funds using date of purchase, risk free rate of return etc.
Sign-up for our FREE Excel tips newsletter:
Here is a smart way to become awesome in Excel. Just signup for my FREE Excel tips newsletter. Every week you will receive an Excel tip, tutorial, template or example delivered to your inbox. What more, as a joining bonus, I am giving away a 25 page eBook containing 95 Excel tips & tricks. Please sign-up below: