moonlight6
New Member
- Joined
- Apr 19, 2024
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
So, I have 156 account numbers with 17 digits. The only numbers that matter on the account number are the last four digits. I need to take the balance of each number and sum them together based on the last four digits or a range of the last four digits. For instance, say I have
12 0000 0000 000 1110
10 0000 0000 000 1116
21 0000 0000 000 1790
61 0000 0000 000 1171
33 0000 0000 000 3803
I need to add the balances of any account number ending between 1110-1119, 1700-1799. I need to add the balances of any account number ending 1171. How do I get it to add them based on this? I'm trying to find the easiest way possible, if possible. Thanks for your help!!!!
12 0000 0000 000 1110
10 0000 0000 000 1116
21 0000 0000 000 1790
61 0000 0000 000 1171
33 0000 0000 000 3803
I need to add the balances of any account number ending between 1110-1119, 1700-1799. I need to add the balances of any account number ending 1171. How do I get it to add them based on this? I'm trying to find the easiest way possible, if possible. Thanks for your help!!!!