Sample Data
Monthly sales data for the first quarter.
| Cell | Value |
|---|---|
| A1 | Month |
| B1 | Sales |
| A2 | Jan |
| B2 | 100 |
| A3 | Feb |
| B3 | 150 |
| A4 | Mar |
| B4 | 130 |
Monthly sales data for the first quarter.
| Cell | Value |
|---|---|
| A1 | Month |
| B1 | Sales |
| A2 | Jan |
| B2 | 100 |
| A3 | Feb |
| B3 | 150 |
| A4 | Mar |
| B4 | 130 |
CHART(A1:B4, "ColumnChart")A B 1 | Month | Sales | 2 | Jan | 100 | 3 | Feb | 150 | 4 | Mar | 130 | Data range A1:B4 is used to create the chart.
Google Docs or Slides document: +-----------------------------+ | Sales Chart | | Jan |■■■■■■■■■■ | | Feb |■■■■■■■■■■■■■■■■ | | Mar |■■■■■■■■■■■■ | +-----------------------------+ The chart shows sales bars for Jan, Feb, and Mar.