G
Guest
I have a table like such (with additional columns to those shown):
Name Type Amount
Mike A 20
Mike B 40
Scott A 20
Scott A 30
Paul B 40
What I want, is a table that shows each name only once, with the amount(s)
for that name summed and (here's the kicker) the type changed to show either
A, B or A & B. The output I'd hope would look like:
Name Type Amt
Mike A&B 60
Scott A 50
Paul B 40
I've been told this isn't going to happen. Can anyone prove my colleagues
wrong and help me out with this? Thanks in advance!
Name Type Amount
Mike A 20
Mike B 40
Scott A 20
Scott A 30
Paul B 40
What I want, is a table that shows each name only once, with the amount(s)
for that name summed and (here's the kicker) the type changed to show either
A, B or A & B. The output I'd hope would look like:
Name Type Amt
Mike A&B 60
Scott A 50
Paul B 40
I've been told this isn't going to happen. Can anyone prove my colleagues
wrong and help me out with this? Thanks in advance!