Assuming that your amounts are in column A, and the states in column B, create a unique list of states by select the states column, then Data, Filter, Advanced Filter, Copy to another location, Unique records only, to New location C1Originally Posted by dev988
In D1 put
=SUMPRODUCT(--(B$1:B$10=C1)*(A$1:A$10))
and formula fill that down the unique list of states, then select C1:D999 (the end of your data) and Insert Chart, Pie
The pie chart should almost be correct as is, adjust labels and legends etc.
Hope this helps
---
Bookmarks