Hi all,
I have this problem/challenge at work that I need to solve. We were given by clients a trial balance that contains account number + delimiter + description however for some accounts it contains main account number +delimiter+ description + sub account and in other cases it contains two sub accounts.
This makes very challenging to focus on 1 delimiter.
I have in my database the account number and description but I need to match those with the new amounts but those new amounts are tied to the account number + delimiter+description, etc...
In an ideal world I would like to use a lookup type that looks into the description, finds the account number and then gets the amount, however I am not sure how to do this or what would be the best approach. I tried parse, but ended up with 7 extra columns.
As you can see in the example below I want to get the amounts in blue but the position is not consistent.
I will appreciate any help and suggestions.
Thank you,

