Which of the following best explains why charts make data easier to understand?
Think about how pictures help you spot changes faster than just numbers.
Charts convert raw numbers into visual forms like bars or lines. This helps your brain quickly spot trends, differences, and outliers that are hard to see in tables.
Given sales data in cells A2:A6, what does the formula =SUM(A2:A6) return?
=SUM(A2:A6)
SUM adds all numbers in the range.
The SUM function adds all values in the range A2 to A6, giving the total sales amount. This total can be shown in charts like pie or bar charts to represent overall sales.
You want to create a chart showing the highest monthly sales. Which Excel function should you use?
Think about which function finds the largest number.
The MAX function returns the largest number in a range, which is useful to highlight peak sales in charts.
You have sales data for different products and want to compare their sales side by side. Which chart type is best?
Think about which chart shows categories next to each other clearly.
Bar charts display categories side by side, making it easy to compare values across different products.
You have monthly sales data over a year and want to show how sales changed over time. Which chart type should you use?
Think about which chart shows changes over time smoothly.
Line charts connect data points over time, making trends and changes easy to see.