cytochrome
New Member
- Joined
- Feb 8, 2017
- Messages
- 18
- Office Version
- 365
- Platform
- Windows
Hi there,
Just wondering what's the best way to to sum the amount from table below:
to this:
The raw data file had about 10,000 rows with many different account numbers. So wondering what would be the best way to accomplish this? It would be amazing if there is a VBA that can accomplish this but will equally appreciated for any suggestion with Excel built-in formulas/functions.
Just wondering what's the best way to to sum the amount from table below:
AMOUNT | ACCOUNT | CODE |
1 | G111 | CA1 |
2 | G111 | CA2 |
7 | G111 | CA1 |
3 | G222 | CA3 |
2 | G555 | CA3 |
4 | G333 | CA4 |
5 | G333 | CA4 |
6 | G444 | CA4 |
to this:
ACCOUNT | AMOUNT | CODE |
G111 | 8 | CA1 |
G111 | 2 | CA2 |
G222 | 3 | CA3 |
G555 | 2 | CA3 |
G333 | 9 | CA4 |
G444 | 6 | CA4 |
The raw data file had about 10,000 rows with many different account numbers. So wondering what would be the best way to accomplish this? It would be amazing if there is a VBA that can accomplish this but will equally appreciated for any suggestion with Excel built-in formulas/functions.