I use a âWaterfallâ chart to show category or group totals for selectable time periods, and make how expenditures fit within income more apparent. I have previously made a Google Sheets version available here.
How did you come up with the idea for your workflow?
My wife doesnât understand numbers. To help her understand where our money is going, I need to provide visuals. Pie charts and Bar charts are OK for comparing categories to each other, but I wanted to include how expenditures fit within earnings. While figuring out how to do that, I stumbled across the âWaterfallâ chart type, included in Google Sheets. A waterfall chart shows how values add or subtract from a starting value. When referencing a sorted query, the chart uses vertical bars showing how your income was generated, and then a cascade of increasingly larger subtractions for each category or group, with a subtotal at the end showing the difference between your income and expenses.
Follow these instructions to copy the downloaded template into your Excel workbook and to connect the formula references to your local workbook data. (The instructions are for the desktop version of Excel, the web version is not recommended for the installation but does work once the Account Reconciliation sheet is installed.)
At this point your new template should be functional and linked to your local workbookâs data.
Setup
If youâd like to use the Payroll period option that is explained below, enter the description you use for your Paycheck (or a portion of it) in cell R3.
Usage
You can change the period of time youâre seeing transactions from using the âPeriodâ dropdown. You can change if youâre viewing by category or group using the âView Byâ dropdown.
If you donât enter the description of your paycheck transactions in R3, the paycheck options in the Period dropdown wonât work. Note that the âPaycheckâ options will be most useful for those with a single major pay source.
Current Paycheck - Enter your paycheck âDescriptionâ in R3 (either the entire description or a unique portion). Period starts on the date of the first transaction with a description that contains R3, and extends until now.
Previous Paycheck - Enter your paycheck âDescriptionâ in R3 (either the entire description or a unique portion). Period starts on the date of the second transaction with a description that contains R3, and extends until the day before the first transaction with a description that contains R3.
Since Last Sunday - Period starts on the most recent Sunday and extends until now.
Since Start of Month - Period starts on the first day of the current month and extends until now.
Previous Month - Period starts on the first day of last month and extends until the last day of last month.
Since Start of Year - Period starts on the first day of the current year and extends until now.
Previous Year - Period starts on the first day of last year and extends until the last day of last year.
Number of Days - After selecting this period, B5 will become visible so you can enter a number. The period starts the number of days you entered before now, and extends until now.
All - Period starts on the date of your oldest transaction and extends until now.
You can also change the âView Byâ dropdown in B6 to change between Categories and Groups.
Permissions
Is it ok for others to copy, use, and modify your workflow?
Yes, please, and please provide feedback on any issues you encounter and/or suggestions on how to make improvements!
Notes
Iâve replicated almost all the functionality of the Google Sheets version of this template. The things Iâm still hoping to add are:
Change the colors of the bars within the chart
Add a final âSubtotalâ bar that shows the difference between what you earned and what you spent.
Thanks! Yea, thatâs for sure. I feel like the Google product is better, but that may change as I become more comfortable with the advanced features in Excel. A definite learning curve! Thanks for your Transaction Tracker template, it helped nudge me forward into trying to convert one of mine. Hopefully I can get them all cross-platform eventually!
Same here. Excel seems to be coming along and they have formulas in beta that should be really helpful, such as lambda and others. I am a big fan of Leila Gharani on YouTube and she oftentimes shows what is in new with Excel.
I loaded the waterfall chart and find its output very interesting. I am seeing a possible glitch in how it handles data or maybe originating from my Tiller workbook. Cell C30 doesnât populate with a value, thus graph not loaded for this datapoint. The correct data is within hidden columns AD and AG which would indicate data is being properly pulled from my transactions. I have played with forcing manual transactions and the same cell is always empty. The math within the cell appears to be same as all in the column. Unfortunately I canât suggest a fix.
Strange. The first thing I would try is to select B13:C100 and hit Delete to clear out anything that might be in those cells (they should be blank so the results can spill into them). If that doesnât work, Iâd probably need to see your spreadsheet to figure out whatâs going on. If youâd like to share it with me, send a Message directly to me and we can work out the logistics.
Thank you. I tried as you suggested and data refilled with same empty cell at C30. I started with B13 which left B12:C12 with core income information. I tried deleting those 2 cells and the dataset stayed blank.
I appreciate the help but not certain if Iâm comfortable sharing my spreadsheet unless I take some time to enter theoretical values in the source tabs. The category information is correct in X71:Z71 and AB50:AD50 and group information is correct in AF19:AG19. Preceding includes correct values and group sum as well. I am carrying 71 categories.
Again, appreciate the feedback
You could try deleting the sheet and re-adding it, which would fix any issues in case there was a change to the sheet. If that doesnât work, then there must be something about the data that is triggering this behavior. Can you tell what is supposed to appear in that cell? Does it break when viewing by Category, or by Group, or by both? Also, if you filter the dates differently, will it work for some periods but not others? That might help narrow down if thereâs a particular transaction thatâs causing problems.
Hello @jpfieber . Thank you for sharing this tool! I imported it today, and I am having a similar issue that @dmelideo reported. When I filter for Category, I have a blank value in C47, so waterfall is showing it as $0 when it should instead have a negative value. I can confirm that it has a value in AD14. This is for âPrevious Monthâ Period, âCategoryâ View By. If I change View By to âGroupâ, all my data loads. If I change my Period to âSince Start of Yearâ, my blank categoryâs Amount becomes populated, but a different Category now becomes empty. Any troubleshooting ideas?
Iâm having a hard time following whatâs happening. If you could post some screen shots, or better still, share your template with me I can find where things are going wrong.
@jpfieber , I made a change that may have fixed my issue, but Iâd love to see if this makes sense to you since itâs your formula (this is a very advanced formula for me). It did resolve the immediate issue I was having, but Iâd have to test various filter combinations to ensure I do not experience any unexpected empty cells in column C.