Why are spreadsheets important in data analysis?
Spreadsheets let you organize, calculate, visualize, and explore data quickly without coding.
What are common spreadsheet applications used by data analysts?
Microsoft Excel and Google Sheets.
Name three key features of spreadsheets for analysis.
Formulas & functions, tables, charts/visualizations
A ______ is a collection of rows and columns in a spreadsheet.
Table / worksheet
A ______ in a spreadsheet is a single cell or range of cells that store data or formulas.
Field / cell
Which of these is a formula in a spreadsheet?
A) SUM(A1:A10)
B) Table
C) Chart
D) Filter
A) SUM(A1:A10)
Which feature would you use to quickly see a visual summary of data trends?
A) Pivot Table
B) Conditional Formatting
C) Chart / Graph
D) Sorting
C) Chart / Graph
What is a pivot table used for?
To summarize, aggregate, and analyze data dynamically.
Give one example of using a formula in spreadsheets.
Examples: SUM to add totals, AVERAGE to find mean, IF to check conditions.
Highlighting cells that meet certain conditions automatically is called ______.
Conditional formatting
Why is organizing data into tables helpful?
Makes data easier to read, analyze, and reference in formulas or charts.
Name one best practice for spreadsheet analysis.
Examples: label rows/columns clearly, avoid merged cells in tables, document formulas, check for errors.