CHE 412 Module 1: Introduction to Excel

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards generated from Module 1 lecture notes covering MS Excel history, navigation, formulas, references, error codes, and key features.

Last updated 7:00 PM on 9/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Workbook

A file in Excel that contains one or more worksheets. It is the primary document you work with and save.

2
New cards

Worksheet

A single spreadsheet within a workbook, consisting of a grid of cells organized into rows and columns where you enter and manipulate data.

3
New cards

Cell

The intersection of a row and a column in a worksheet, identified by a unique address such as A1 or B2.

4
New cards

Active Cell

The currently selected cell in a worksheet, indicated by a border around it.

5
New cards

Ribbon

The toolbar at the top of the Excel window that organizes commands into tabs such as Home, Insert, Page Layout, Formulas, Data, Review, and View.

6
New cards

Formula Bar

The area located just below the Ribbon that shows the contents of the currently selected cell, including formulas and functions, and allows cell content editing.

7
New cards

Name Box

An element located to the left of the Formula Bar that displays the address of the active cell or the name of a selected range.

8
New cards

Quick Access Toolbar

A customizable toolbar located at the top-left corner of the Excel window providing quick access to frequently used commands like Save, Undo, and Redo.

9
New cards

Relative Reference

A cell reference in a formula that adjusts when copied to another cell, such as =A1 + B1 changing to =A2 + B2 when copied down one row.

10
New cards

Absolute Reference

A cell reference that does not change when copied, created by using dollar signs ($), such as $A$1 + B1.

11
New cards

Mixed Reference

A cell reference combining absolute and relative references, such as A$1 + $B2, keeping one row or column fixed while allowing the other to adjust.

12
New cards

DIV/0!

An Excel error code that occurs when a formula attempts to divide by zero.

13
New cards

VALUE!

An Excel error code that occurs when a formula has the wrong type of argument or operand.

14
New cards

REF!

An Excel error code that occurs when a cell reference in a formula is not valid.

15
New cards

NAME?

An Excel error code that occurs when Excel does not recognize text in a formula, often due to a misspelled function name.

16
New cards

Conditional Formatting

A feature that lets users format cells based on specific conditions or rules to highlight important data or trends.

17
New cards

Freeze Panes

A feature that keeps specific rows or columns visible while scrolling through the rest of the worksheet.

18
New cards

AutoFill

A feature that automatically fills cells with data based on a pattern or series using the fill handle.

19
New cards

Data Validation

A feature that restricts the type of data or values that can be entered into a cell to maintain data integrity and consistency.

20
New cards

Pivot Table

A powerful tool for dynamically reorganizing, summarizing, analyzing, and presenting data to extract meaningful insights.

21
New cards

Pivot Area

The regions in a PivotTable that define how data is organized and displayed, including the Row Area, Column Area, Values Area, and Filter Area.

22
New cards

Source Data

The original range of cells or table containing the information used to create a PivotTable or PivotChart.

23
New cards

Lotus 1-2-3

The dominant spreadsheet application at the time Microsoft Excel was first released for the Apple Macintosh in 1985.

24
New cards

Flash Fill

A feature introduced in Excel 2013 that automatically fills in data based on identified patterns.

25
New cards

Formula AutoComplete

A feature that provides a list of matching functions as you type a formula, allowing selection using arrow keys and insertion using the Tab key.