I recently added “Merchant Name” to transactions sheet. Is there a way to reto fit previous transactions to this column name. Wish I had known about this earlier - very useful
2 Likes
I think you could accomplish this by:
- create a new Tiller template spreadsheet via the console
- insert the Transactions sheet Merchant Name column
- start Tiller Money Feeds to link all the accounts you want
- perform Fill, if completing #3 didn’t already (you’ll have your entire Tiller Transactions history with merchant names)
- duplicate that Transactions sheet and rename to something like Merchant Names
- copy the Merchant Names sheet to your primary Tiller spreadsheet
- switch to your primary Tiller spreadsheet
- rename the Copy of Merchant Names sheet to Merchant Names (this is now a lookup table)
- in the Transactions sheet, insert a column next to Merchant Name
- copy/edit this Google Sheets formula into the new column header row using your spreadsheet column letters
={"Merchant Temp";ARRAYFORMULA(IFERROR(XLOOKUP(INDIRECT("T2:T"),INDIRECT("Merchant Names!J2:J"),INDIRECT("Merchant Names!I2:I"))))}
Where:
T
is the Transactions sheet Transaction ID
column
J
is the Merchant Names sheet Transaction ID
column
I
is the Merchant Names sheet Merchant Name
column
- filter the Merchant Name column to display only
(blanks)
and copy/paste-values-only from the Merchant Temp column to the Merchant Name column
2 Likes
Thank you Mark S. for the help on my Merchant Name question
1 Like
Thanks leader @Mark.S !
1 Like