R
robr
I have data that looks something like this
account#, invoice amount
1, 50
1, 70
1, 80
2, 10
2, 50
2, 52
2, 50
3, 10
4, 30
I need a way to combine all the invoice totals for each account so I
have results like this
1, 200
2, 162
3, 10
4, 30
Any suggestions on how to go about doing this? I thought I had done
something similar to this with filters
before in Excel 2003, but I can't figure out how I did it. Thanks!
account#, invoice amount
1, 50
1, 70
1, 80
2, 10
2, 50
2, 52
2, 50
3, 10
4, 30
I need a way to combine all the invoice totals for each account so I
have results like this
1, 200
2, 162
3, 10
4, 30
Any suggestions on how to go about doing this? I thought I had done
something similar to this with filters
before in Excel 2003, but I can't figure out how I did it. Thanks!