The formula =A2/$A$6 divides the sales in A2 by the total sales in A6 using an absolute reference to keep the denominator fixed when copying down. This gives the correct percentage for each slice in the pie chart.
The SUMIF function adds values in column B where the category in column A matches the specified category. This is perfect for summing sales by category for a doughnut chart.
If the data range includes empty cells or text, Excel cannot calculate correct slice sizes, causing the pie chart to display incorrectly.
Choosing both 'Category Name' and 'Percentage' in the data label options displays the category and its percentage on each slice of the doughnut chart.
The inner ring slices represent product sales as a part of their specific region's total sales shown in the outer ring. This shows the breakdown within each region.