I have a task every quarter to produce a real estate agent production list. Each sale has two halves, a listing half, and a selling half. ie a $10,000 commission has a $5,000 list side & a $5,000 sell side. One agent can 'get' both sides or it can be two different agents.
At the moment I use a pivot table to generate a list totalling the dollars in list side transactions, then the sell sides. Each time copying and pasteing two columns, 'agent name' & 'amount'. So I end up with 4 columns. Although knowing each side has some value, the main value is to know the total commission dollars by agent. Unfortunately not every agent gets a list side, not every agent gets a sell side.
My problem is coming up with a formula to cover this.
ie from this:
Name List-amount Name Sell_amount
A 1000 A 1500
B 500 C 400
D 750 D 1500
E 350 F 750
F 900
to this:
Name Amount
A 2500
B 500
C 400
D 2250
E 350
F 1650
Thank you for any help
At the moment I use a pivot table to generate a list totalling the dollars in list side transactions, then the sell sides. Each time copying and pasteing two columns, 'agent name' & 'amount'. So I end up with 4 columns. Although knowing each side has some value, the main value is to know the total commission dollars by agent. Unfortunately not every agent gets a list side, not every agent gets a sell side.
My problem is coming up with a formula to cover this.
ie from this:
Name List-amount Name Sell_amount
A 1000 A 1500
B 500 C 400
D 750 D 1500
E 350 F 750
F 900
to this:
Name Amount
A 2500
B 500
C 400
D 2250
E 350
F 1650
Thank you for any help