Concept Flow
Data Range Selected: A1:B5 +-------+-------+ | Month | Sales | +-------+-------+ | Jan | 100 | | Feb | 150 | | Mar | 130 | | Apr | 170 | +-------+-------+ Chart Created with Elements: - Title: Monthly Sales - Legend: Sales - X-axis: Month (Jan, Feb, Mar, Apr) - Y-axis: Sales values
We start by selecting the data range including headers and values. Then we insert a chart which by default includes a title, legend, and axis labels. We customize the chart title to 'Monthly Sales', the legend shows the data series 'Sales', the horizontal axis labels show the months, and the vertical axis label shows sales values.