I have a list of repeating names in column A and in column b, I have a sales amount. In column C or D, I want to be able to write a function that sums up the total sales by name that each account made. Essentially I want to be able to write one of the 4 names below in column A along with an amount in sales and have column C or D automatically update the total sales by name. Please help me.
<tbody>
</tbody>
Names | Sales | Tota by name | |
John | $10 | John | |
Corey | $35 | Corey | |
Dave | $4 | Dave | |
Dave | $50 | Smith | |
Smith | $13 | ||
John | $55 | ||
John | $66 |
<tbody>
</tbody>