Greetings,
This is what I assume to be a common request, but I've searched the web so much thru the past year, without success... Feel free to redirect me to an existing reference if you know any!
I have cobbled a workable option but the layout I must use for my unique character strings is not optimal and the maintenance of the sheet is becoming a little painful after almost a year of usage.
So I thought to myself, why not ask here? Any input or guidance would be greatly appreciated. I'm here to learn!
So this is the typical bank conciliation exercice from a .csv file download. For every budget sub-category that I have, I enter unique character strings derived off the bank statements for given types of expenditures.
I've simplified the most pertinent info below, but in a nutshell:
- The budget table contains a sample of how my data is laid out.
- Column K is what the result should be in Column L, automatically calculated. The long text string in Col. J is to be compared with the unique strings in Col. D-H.
- When a match is found, then we pull the associated sub-category (Col B).
- There typically is more than one possible string for a given sub-cat.
- I left the unused "StringN" cells empty for clarity, but they could be filled with something else if this can simplify the search or formula.
- If there is no match found, I currently put a "To be validated" warning so that I can manually come back to it.
Again -- any input would be appreciated. I've lurked to the usual Index and Match functions but all examples found generally refer to a single input cell that we want to match to, where here things are quite different?
Thanks in advance! --Alain
This is what I assume to be a common request, but I've searched the web so much thru the past year, without success... Feel free to redirect me to an existing reference if you know any!
I have cobbled a workable option but the layout I must use for my unique character strings is not optimal and the maintenance of the sheet is becoming a little painful after almost a year of usage.
So I thought to myself, why not ask here? Any input or guidance would be greatly appreciated. I'm here to learn!
So this is the typical bank conciliation exercice from a .csv file download. For every budget sub-category that I have, I enter unique character strings derived off the bank statements for given types of expenditures.
I've simplified the most pertinent info below, but in a nutshell:
- The budget table contains a sample of how my data is laid out.
- Column K is what the result should be in Column L, automatically calculated. The long text string in Col. J is to be compared with the unique strings in Col. D-H.
- When a match is found, then we pull the associated sub-category (Col B).
- There typically is more than one possible string for a given sub-cat.
- I left the unused "StringN" cells empty for clarity, but they could be filled with something else if this can simplify the search or formula.
- If there is no match found, I currently put a "To be validated" warning so that I can manually come back to it.
Again -- any input would be appreciated. I've lurked to the usual Index and Match functions but all examples found generally refer to a single input cell that we want to match to, where here things are quite different?
Thanks in advance! --Alain
Budget_2022.xlsx | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | |||
1 | Cat | Sub-Cat | Budget | String1 | String2 | String3 | Strin4 | String5 | Statement Entry | Desired Sub-Cat | Calculated Sub-Cat | |||
2 | Computers | Hardware | $ 1,000.00 | B&H | Amazon | APPLE.COM/BILL 999-542-7113 WY | Software | |||||||
3 | Computers | Software | $ 300.00 | Apple.com | Soundly | Amazon.ca Prime Member amazon.ca/prime | Hardware | |||||||
4 | Household | Home Insurance | $ 800.00 | Lareau | SOUNDLY PRO MONTHLY OSLO 14.99 USD @ 1.302800000000 | Software | ||||||||
5 | Household | Electricity | $ 3,000.00 | Hydro | COSTCO WHOLESALE W916 | Groceries | ||||||||
6 | Household | Taxes | $ 5,000.00 | MyTown | BENNY & CO TOWN X | Restaurant | ||||||||
7 | Car | Gaz | $ 1,000.00 | Esso | CORNELI RESTAURANT OTHERTOWN | Restaurant | ||||||||
8 | Car | Maintenance | $ 1,000.00 | Garage | ALLSTATE INSURANCE 34732 | Car Insurance | ||||||||
9 | Car | Car Insurance | $ 400.00 | Allstate | LA MOISSON THAT TOWN PA | Groceries | ||||||||
10 | Food | Groceries | $ 6,000.00 | La Moisson | IGA | Costco | GARAGE J LOCKWOOD & SON | Maintenance | ||||||
11 | Food | Restaurant | $ 500.00 | Benny | Corneli | IGA #1299 BOSTON MA | Groceries | |||||||
12 | SHELL E049619 JAY PEAK, VT | Gaz | ||||||||||||
13 | B&H NY NY | Hardware | ||||||||||||
14 | EXXON MOBILE #4412 | To be validated | ||||||||||||
MrExcel |