If you're looking to sum the number of units by Account #, based on my example below:
A B C D
1 | Acct# | Units | TTL-Units--By-Acct#
2 | 1000 | 13 | Account 1000: | 27
3 | 2000 | 10 | Account 2000: | 25
4 | 1000 | 5 | Account 3000: | 0
5 | 2000 | 11 |
6 | 1000 | 8 |
7 | 1000 | 1 |
8 | 2000 | 4 |
In D2 you would enter the formula:
=SUMPRODUCT(--($A$2:$A$8=1000),$B$2:$B$8)
For the other accounts, you could change the "=1000" part to "=2000", "=3000", etc..
If this is not what you're looking for, upload an example spreadsheet (zipped) so we can take a look. Add any detailed notes so we can understand exactly what you're looking to do and where you looking to pull data from.
Bookmarks