Over the last few days, I have been teaching myself a few things in VBA in order to create a more efficient personal finance tracker that allows me to enter a few items into a user form and automatically populates a Formatted Table. Along with this functionality, I am wanting to have a Pie chart that takes two columns, one with Category Labels, and one with Prices and simply sums the prices that fall in matching Category Labels.
For example, if I have three rows with Food as the Category Label and Prices of 25, 30, and 50, I want the pie chart to show one slice for Food with a total price of 105 (rather than three slices with each individual price).
I am hoping to do this without any additional calculation columns/extra steps and am willing to do this in VBA if necessary. However, I am as green as it comes when talking about VBA, so if there is a solution outside of VBA that would be great.
Thanks!
For example, if I have three rows with Food as the Category Label and Prices of 25, 30, and 50, I want the pie chart to show one slice for Food with a total price of 105 (rather than three slices with each individual price).
I am hoping to do this without any additional calculation columns/extra steps and am willing to do this in VBA if necessary. However, I am as green as it comes when talking about VBA, so if there is a solution outside of VBA that would be great.
Thanks!