spreadsheet features and terminologies Flashcards
(11 cards)
Workbook
The entire spreadsheet file that can contain multiple worksheets.
Worksheet
A single page or sheet in a workbook where data is entered and organized in rows and columns.
Column
A vertical set of cells labeled with letters (A, B, C, etc.).
Row
A horizontal set of cells labeled with numbers (1, 2, 3, etc.).
Cell
The intersection of a column and a row; a single data box (e.g., B4).
Cell Address
The specific location of a cell, identified by its column letter and row number (e.g., A1, C5).
Range
A group of selected cells (e.g., A1:A5 or B2:D4).
Label
Text entered in a cell, usually used to describe data (e.g., “Name”, “Total”).
Value
Numeric data or actual content entered into a cell that can be used in calculations.
Formula
An expression used to calculate values (e.g., =A1+B1).
Function
A built-in formula to perform specific tasks (e.g., =SUM(A1:A5), =AVERAGE(B1:B5)).