I have two sheets:
(a) Sales Data
Client | Sales Agent | Value |
---|---|---|
Apple | Mike Georgi | 1,000 |
Apple | Mike Georgi | 2,000 |
Apple | Michelle Da | 4,000 |
(b) Receivables Data
Client | Sales Agent | Value |
---|---|---|
Apple | Michelle | 7,000 |
The data on column A & C are settled, but I have to fix second Column with Sales Agent data; basically I have to find the agent with most sales per client in column B. The data in column A are spilled. I'm trying to do this with a formula, without VBA.