I've got a field in excel which a program spits out the account name and number concatenated.
For example:
abc100
abc200
abc300
defg
defg100
defg200
defg300
There is no standard formatting so the account name, or number don't always contain the same number of characters.
What i'm trying to achieve is removing the account number, and displaying the account name without any duplicates.
Is this possible, considering that formatting is inconsistent?
Thanks!
For example:
abc100
abc200
abc300
defg
defg100
defg200
defg300
There is no standard formatting so the account name, or number don't always contain the same number of characters.
What i'm trying to achieve is removing the account number, and displaying the account name without any duplicates.
Is this possible, considering that formatting is inconsistent?
Thanks!