So you are looking for your Total Sales % to = 100% ??
According to the picture, that is what you will end up with if you divide each product sales # by the total sales.
If for example, you are getting your total sales % to equal 200% then how are you computing Sales %.
In good reporting practice, you don't really want to total percentages because a percentage value like 16.6% should be the result of a calculation. For percentages, you should do an average calculation.
Example. Maybe you have the following:
#Sales #AvailableForSale | %Sales
Product 1 10 50 50%
Product 2 30 45 67%
__________________________________________________
40 95 42%
If what you are wanting to do is show that all of "N" items = 100% then it should be assumed that when you total all the above percentages the outcome is 100% as a whole.
I don't want to tell you how to do something - just giving you some concepts/ideas to think about.
-- JJB373 --