lanejordan
New Member
- Joined
- Jun 30, 2013
- Messages
- 2
I'm using Excel 2007.
I have the following dataset:
<tbody>
</tbody>I want to look up each value in the first column (e.g., STK-00) and sum its corresponding values in the last column. For example, STK-00's sum is 4. For STA-01, the sum is 8.
How can I do this with excel functions?
I have the following dataset:
STK-00 | Fairbanks, AK | 31535 | 2 |
STK-00 | Palmer, AK | 5937 | 1 |
STK-00 | Wasilla, AK | 7831 | 1 |
STA-01 | Daphne, AL | 21570 | 1 |
STA-01 | Fairhope, AL | 15326 | 1 |
STA-01 | Foley, AL | 14618 | 1 |
STA-01 | Millry, AL | 546 | 1 |
STA-01 | Mobile, AL | 195111 | 4 |
<tbody>
</tbody>
How can I do this with excel functions?