Hi all,
Apologies if this has been answered somewhere else but if it is, I can't find it.
I'm setting up a budget spreadsheet where I download all of my transactions from my bank and run a little macro that automatically categorizes all of my transactions based on an existing table. So for example, if a transaction description is "Debit Card Purchase - KROGER 800 GLENWOOD RD", I want the next column to pull in Kroger as the description and the column after to pull in Groceries. For now, I'm just looking for the actual formula that will accomplish before starting the macro.
I've found what I originally thought were solutions using LOOKUP/SEARCH/ISNUMBER but that seems to be the opposite of what I'm trying to do.
Below is a simple version of what I need. The formula I'm looking for would be entered in the second and third columns.
Thanks in advance!
<tbody>
</tbody>
<tbody>
[TD="bgcolor: #4349aa"] Lookup [/TD]
[TD="bgcolor: #4349aa"] Clean Description [/TD]
[TD="bgcolor: #4349aa"] Category [/TD]
[TD="bgcolor: #d6d7ff"] amazon [/TD]
[TD="bgcolor: #d6d7ff"] Amazon [/TD]
[TD="bgcolor: #d6d7ff"] Misc [/TD]
[TD="bgcolor: #d6d7ff"] drip coffee [/TD]
[TD="bgcolor: #d6d7ff"] Drip [/TD]
[TD="bgcolor: #d6d7ff"] Food [/TD]
[TD="bgcolor: #d6d7ff"] fooda [/TD]
[TD="bgcolor: #d6d7ff"] Fooda [/TD]
[TD="bgcolor: #d6d7ff"] Food [/TD]
[TD="bgcolor: #d6d7ff"] kroger [/TD]
[TD="bgcolor: #d6d7ff"] Kroger [/TD]
[TD="bgcolor: #d6d7ff"] Groceries [/TD]
[TD="bgcolor: #d6d7ff"] regal cinema [/TD]
[TD="bgcolor: #d6d7ff"] Regal Cinemas [/TD]
[TD="bgcolor: #d6d7ff"] Entertainment [/TD]
</tbody>
Apologies if this has been answered somewhere else but if it is, I can't find it.
I'm setting up a budget spreadsheet where I download all of my transactions from my bank and run a little macro that automatically categorizes all of my transactions based on an existing table. So for example, if a transaction description is "Debit Card Purchase - KROGER 800 GLENWOOD RD", I want the next column to pull in Kroger as the description and the column after to pull in Groceries. For now, I'm just looking for the actual formula that will accomplish before starting the macro.
I've found what I originally thought were solutions using LOOKUP/SEARCH/ISNUMBER but that seems to be the opposite of what I'm trying to do.
Below is a simple version of what I need. The formula I'm looking for would be entered in the second and third columns.
Thanks in advance!
Bank Transaction Description | Clean Description | Category |
Withdrawal from PENNYMAC ACH PYTS | PennyMac | Mortgage |
Debit Card Purchase - RELISH SALON 924 | Relish | Haircut |
Debit Card Purchase - KROGER FUEL CTR | Kroger | Fuel |
Digital Card Purchase - FANDANGO COM FANDANGO COM CA | Fandango | Entertainment |
Debit Card Purchase - CVS/PHARM 07336--520 B | CVS | Pharmacy |
Debit Card Purchase - REGAL CINEMAS HLYWD 24 | Regal Cinemas | Entertainment |
Debit Card Purchase - AMAZON MKTPLACE PMTS W WWW AMAZON C WA | Amazon | Misc |
Debit Card Purchase - SQU SQ DRIP COFFEE SH | Drip | Food |
Debit Card Purchase - PP FOODA CHICAGO IL | Fooda | Food |
Debit Card Purchase - KROGER 800 GLENWOOD RD | Kroger | Groceries |
Debit Card Purchase - KROGER 150 MAIN ST | Kroger | Groceries |
Debit Card Purchase - KROGER 233 DECATUR AVE | Kroger | Groceries |
<tbody>
</tbody>
cvs | CVS | Pharmacy |
fandango | Fandango | Entertainment |
kroger fuel | Kroger | Fuel |
pennymac | PennyMac | Mortgage |
relish | Relish | Haircut |
<tbody>
[TD="bgcolor: #4349aa"] Lookup [/TD]
[TD="bgcolor: #4349aa"] Clean Description [/TD]
[TD="bgcolor: #4349aa"] Category [/TD]
[TD="bgcolor: #d6d7ff"] amazon [/TD]
[TD="bgcolor: #d6d7ff"] Amazon [/TD]
[TD="bgcolor: #d6d7ff"] Misc [/TD]
[TD="bgcolor: #d6d7ff"] drip coffee [/TD]
[TD="bgcolor: #d6d7ff"] Drip [/TD]
[TD="bgcolor: #d6d7ff"] Food [/TD]
[TD="bgcolor: #d6d7ff"] fooda [/TD]
[TD="bgcolor: #d6d7ff"] Fooda [/TD]
[TD="bgcolor: #d6d7ff"] Food [/TD]
[TD="bgcolor: #d6d7ff"] kroger [/TD]
[TD="bgcolor: #d6d7ff"] Kroger [/TD]
[TD="bgcolor: #d6d7ff"] Groceries [/TD]
[TD="bgcolor: #d6d7ff"] regal cinema [/TD]
[TD="bgcolor: #d6d7ff"] Regal Cinemas [/TD]
[TD="bgcolor: #d6d7ff"] Entertainment [/TD]
</tbody>