What happens if you do?
The link doesnât show up as linked and the formatting doesnât change. I had one record as whatever the transactions showed up as, and then a manual transaction where I just wrote âtransfer.â It did show up in the drop down for me to pick, but when I went to the Transfer sheet, the âtransferâ was there without the link.
Hmm. I was thinking maybe there would be an issue if âTransferâ was the name of your âTransfer Inâ and âTransfer Outâ categories, but looking through the formulas in that template, I canât see where the description would make a difference. All I can say is to look at columns F (ReconcileIndex) and N (Links to Show) to see if anything looks out of the ordinary there, since thatâs what is being matched.
I was able to replicate the behavior youâre describing if I set the transactions category to âTransferâ but have the âTransfer Outâ category set to âTransfer Outâ and the âTransfer Inâ category set to âTransfer Inâ. Doesnât seem to care what the description is though, as it shouldnât (not filtering by description anywhere). Are you sure you have the transaction categorized properly?
Itâs now working. I did have it all set in the same category, so that wasnât it. Could have been a fluke since I redid it now and all is good.
As with the Tag Manager recently, we just published this Linked Transfers template into the Tiller Community Solutions Add-on for ease of discovery, trial, and maintenance.
We also awarded @jpfieber $200 for sharing his template through the add-on.
@jpfieber ,
Nice job with this sheet! Itâs clever way to keep track of transfers.
My initial approach was the same one you described. Using the tag âMatchâ next to year transfer. That was better, but still lacking info on which transaction when with which other transaction.
My next advance was to add a counter to the Notes column starting with #1. Then #2, etc. Both transactions with #1 would be searchable by searching #1.
I think the next level of doing it is your Linked Transfer sheet. Iâll give it a try.
What do you do if you have a transfer that is also a split transaction? Say $100 out, but then it goes to $50 in one transaction and $50 in another? I suppose you can divide that $100 into two $50 transactions?
Jon
I hope it works for you, it has been serving me well. The way I handle transfers, there would never be a need to do a split. For me, money leaves an account and it arrives at an account. What happens to it after it arrives is a separate transaction. I do splits on Expense transactions, and maybe itâs possible to split an Income transaction (Iâve never done that), but I donât see a reason to split a Transfer transaction, it should just be moving money from one account to another.
This is really great! Is there a way to handle multiple transfer categories? I have credit card payments categorized differently than bank to bank transfers, but would love to be able to link them as well.
Hmm, Iâll have to give that some thought, not sure how difficult it would be to include multiple âTransfer Inâ or âTransfer Outâ categories.
The conditional formating needs to be updated to match the sheet name that gets added. In the formula above you have the sheet name as Transfers but it gets auto added from the community app as Linked Transfers.
Here is an example of how I had to update my conditional formating so that it would work:
=VLOOKUP((Text($B2, âyyyy-mm-ddâ) & â" & Text(ABS($E2),â$0.00â) & "â & LEFT($C2,20) & â" & $I2 & IF($L2<>ââ,"â & $L2)),INDIRECT(âLinked Transfers!$G3:$Iâ),3,FALSE)=ââ
Also note that I had to change some columns based on the notes but that was accounted for in the description under the conditional formating formula. The different sheet name and the column names in the linked transfer sheet were not mentioned.
Also I believe these instructions are wrong:
Optional Transfer Out âLinkedâ Formatting Rule
- To make it easier to see your linked âTransfer Inâ transactions, you can create a Conditional Formatting rule.
- In the âFormat Rulesâ section, choose âCustom formula isâ, and in the field below it enter:
=AND($D2="Transfer",$E2<0)
- Replace âTransferâ with the name of the category you use for your âTransfer Inâ transactions (same as you choose for cell L12 on the Transfers sheet) replacing âTransferâ with the name of the category you use for your âTransfer Inâ transactions (same as you choose for cell L12 on the Transfers sheet), and where column D is Category and E is Amount. Set Fill Color to light gray 1, Text Color to Dark gray 4.
It should read:
Optional Transfer Out âLinkedâ Formatting Rule
- To make it easier to see your linked âTransfer Outâ transactions, you can create a Conditional Formatting rule.
- In the âFormat Rulesâ section, choose âCustom formula isâ, and in the field below it enter:
=AND($D2="Transfer",$E2<0)
- Replace âTransferâ with the name of the category you use for your âTransfer Outâ transactions (same as you choose for cell L12 on the Transfers sheet) replacing âTransferâ with the name of the category you use for your âTransfer Outâ transactions (same as you choose for cell M6 on the Transfers sheet), and where column D is Category and E is Amount. Set Fill Color to light gray 1, Text Color to Dark gray 4.
One last thing⌠I believe the Unlinked Out formating should be: Light yellow 3, Text Color to Dark yellow 3, and Italics
I completely forgot about updating the documentation when we added the template to the gallery. I just updated everything, thanks for pointing this out!
Glad I could help out. This is a great addition to tiller. Thanks for your time and work to create this.
It seems that the installation instructions are out of date. I installed the template from the community solutions sidebar, and it seems to have automatically configured the sheet, including the linked transfers column, data validation, and more.
Also, I am getting the following error when hovering over linked transactions in the linked transfers column. âInvalid: Input must fall within specified range.â
On an unrelated note, it looks as if the template only allows selecting one side of the transfer, such that the other sideâs linked transfer column is blank? Also, there is no way to âgo to matching transferâ as there is in Quicken, correct?
That âerrorâ with regards to data validation is supposed to happen. Basically, once you link a transfer that whole text is removed from the query that creates the list of transfers to link.
Iâm not quite sure what you mean by âdata validation.â Can you be more specific? Are you saying that the error message is a side effect of how this workflow functions? Or is it a feature that shows that the transfer is not (fully) linked? Does the opposite transaction also need to be explicitly linked to the source transaction?
As you suggest, it is a side-effect of how it works. If you open the âSettingsâ section of the sheet by clicking the + above column L, youâll see an option for âFilter Used Linksâ. If you uncheck that, the error will go away on the cells in your Transactions sheet. The penalty, though, is that from now on when you click the dropdown to choose a Transfer to link, youâll see every transfer, including those already used. I find this to make it more difficult to create the links, so I prefer to remove already used links from the list, but the side-effect is that Data Validation (the feature that provides you the drop down menu in the cell) canât match whatâs in the cell with the range it gets the transfers from, since it gets removed the moment you choose it.
Thanks for the sheet, itâs been helpful. I could use some help on the script directions. For example, the script for âOptional Transfer In âUnlinkedâ Formatting Ruleâ is as follows.
=AND($D2=âLinked Transfersâ,$E2>0,$G2=ââ)
The directions say to replace âTransferâ with the name of the category you use for your âTransfer Inâ transactions. Should that read to replace âLinked Transfersâ instead? In other words, if my category transfer in category is labeled âTransfer Inâ, would the formatting rule be =AND($D2=âTransfer Inâ,$E2>0,$G2=ââ)
Thanks for the help.
Woops, when we added this template to the gallery we changed the name of it, and updated the documentation, and some things got changed that shouldnât have. I just fixed the few that I saw, including what youâre asking about. The formula should be =AND($D2="Linked Transfers",$E2>0,$G2="")
, and you replace âTransferâ with the name of your Transfer In category, so your example should be correct: =AND($D2="Transfer In",$E2>0,$G2="")
That worked. The other thing I changed was for the âoptional transfer outâ rule I replaced âtransferâ with âtransfer outâ rather than âtransfer inâ. Thanks so much, this is a very useful tool for me.