Excel Concepts and Functions Study Guide

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

1/27

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts, terminology, functions, and features related to Excel, providing a comprehensive review for the exam.

Last updated 4:45 PM on 4/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

Key/Unique Field

A field that uniquely identifies each record in a table; no two rows can have the same value.

2
New cards

Common Field

A field that appears in two or more tables and is used to relate/link them together.

3
New cards

Data Series

A set of related data points plotted in a chart, usually coming from a single row or column.

4
New cards

KPI (Key Performance Indicator)

A measurable value that shows how effectively a goal is being met.

5
New cards

Flat File

A single-table database or spreadsheet with no relational links to other tables.

6
New cards

Absolute Reference

A reference in a formula that stays locked on a specific cell regardless of where the formula is copied (e.g., $A$1).

7
New cards

Relative Reference

A reference in a formula that changes automatically when copied to a different cell (e.g., A1).

8
New cards

PivotTable

An interactive tool that summarizes, groups, and analyzes large datasets quickly without altering the original data.

9
New cards

Filter (PivotTables)

A field placed in the Filters area to narrow the data displayed in a PivotTable.

10
New cards

IF Function

Performs a logical test and returns one value if true and another value if false.

11
New cards

SUMIF Function

Adds values only where specified criteria are met.

12
New cards

NPV Function (Net Present Value)

Calculates the present value of a series of future cash flows based on a discount rate.

13
New cards

DATE Function

Constructs a specific date from given year, month, and day values.

14
New cards

Histogram

Shows distribution/frequency of data across ranges (bins).

15
New cards

Radar Chart

Displays multivariate data on axes radiating from a central point for comparison.

16
New cards

Legend

Identifies which color/pattern corresponds to which data series in a chart.

17
New cards

AutoFit

Automatically adjusts the width or height of a column or row to fit the content.

18
New cards

Conditional Formatting

Applies formatting to cells based on rules you set.

19
New cards

VBA (Visual Basic for Applications)

A programming language built into Excel used to write custom automation scripts.

20
New cards

Macro

A recorded or written sequence of actions/commands that automates repetitive tasks in Excel.

21
New cards

ActiveX Mode

Enables more advanced, interactive controls in Excel that can be tied to VBA code.

22
New cards

Combo Box

A dropdown list control that allows users to select a value from a predefined list.

23
New cards

Option Button

A control that lets users select one option from a group of options.

24
New cards

Data Model

A collection of tables and queries in a workbook.

25
New cards

Error Alert (Excel)

Notifies the user of invalid data but may allow them to proceed.

26
New cards

Stop Alert (Excel)

Prevents the user from entering invalid data entirely.

27
New cards

TEXTJOIN Function

Joins text strings together with a specified delimiter.

28
New cards

Module (Macros)

A container in the VBA editor where macro code is written and stored.