SerenityNetworks
Board Regular
- Joined
- Aug 13, 2009
- Messages
- 131
- Office Version
- 365
- Platform
- Windows
I am trying to assign categories to our monthly financial transactions. I download the transactions from our banks and credit cards, then import them into a workbook. I'll see transactions like the following:
You'll note that there are base similarities for each transaction. Sometimes the date creates the difference and sometimes it is a date and/or transaction number. I'd like to trim it down to base descriptions, like the following, and have them in a separate worksheet with Group and Detail values.
Then the next time I import a bunch of transactions import a bunch of transactions into the workbook, for each transaction (as in the first table) I'd like to be able to return the Group and Detail values. The vlookup, match, lookup, and similar functions don't seem to work, as the length of what I'm looking up varies and doesn't always start at the left.
I'd love some input on how I might accomplish my goal. I'm having a brain cramp on a solution.
Thanks in advance,
Andrew
|
You'll note that there are base similarities for each transaction. Sometimes the date creates the difference and sometimes it is a date and/or transaction number. I'd like to trim it down to base descriptions, like the following, and have them in a separate worksheet with Group and Detail values.
Description | Group | Detail |
EMPIRE DISTRICT ELEC BILL | Purchase | Utilities, Electric |
TANEY COUNTY REG Utilities, Sewer | Purchase | Utilities, Sewer |
VENMO PAYMENT | Purchase | VARIES |
SSA TREAS 310 XXSOC SEC | Income | Income, Soc Sec |
BROKERAGE | Income | Income, Disbursement |
Transfer to Savings | Transfer | Transfer |
Then the next time I import a bunch of transactions import a bunch of transactions into the workbook, for each transaction (as in the first table) I'd like to be able to return the Group and Detail values. The vlookup, match, lookup, and similar functions don't seem to work, as the length of what I'm looking up varies and doesn't always start at the left.
I'd love some input on how I might accomplish my goal. I'm having a brain cramp on a solution.
Thanks in advance,
Andrew