Option C uses an absolute reference to cell A6, so when copied down, it always divides by the total sales. This correctly calculates the percentage for each item.
Option C uses a relative reference to A6, which changes when copied, causing wrong results.
Option C divides total sales by the item sales, reversing the ratio.
Option C sums only one cell (A2), which is redundant and less clear.
SUM adds all values in the range, which is needed for total expenses.
COUNT counts how many numbers are in the range, not their sum.
AVERAGE calculates the mean, not total.
MAX finds the largest value, not total.
Option D is correct because updating the data range to include the new row ensures the chart includes the new data.
Option D is unnecessary and inefficient.
Option D does not affect data range.
Option D hides data and does not fix the chart range.
30% of $5000 is 0.30 × 5000 = $1500.
Other options are incorrect calculations of the percentage.
Pie charts show parts of a whole at one point in time, so they are not suitable for showing trends or changes over time.
Option B is false because pie charts display percentages clearly.
Option B is false because pie charts are easy to create without complex formulas.
Option B is false because pie charts can be 2D or 3D depending on settings.