I am exporting a list of accounts with balances into an excel spreadsheet and I am having an issue with sorting/grouping the accounts.
What is currently is happening is when I open the file all the acounts are in numerical order (which is normal for excel) and are list as such
4101-002
4101-003
4101-004
4505-002
4505-003
4505-004
What I need is to group them based on the last three digits and then sort those groups based on the first four digits to give me the following results:
4101-002
4505-002
4101-003
4505-003
4101-004
4505-004
Any help would be greatly appricated.
Thanks,
cdulong
What is currently is happening is when I open the file all the acounts are in numerical order (which is normal for excel) and are list as such
4101-002
4101-003
4101-004
4505-002
4505-003
4505-004
What I need is to group them based on the last three digits and then sort those groups based on the first four digits to give me the following results:
4101-002
4505-002
4101-003
4505-003
4101-004
4505-004
Any help would be greatly appricated.
Thanks,
cdulong