Excel Data Management: Tables, Filters, PivotTables, and Formulas

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

1/79

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

80 Terms

1
New cards

Table vs. Range

A Range is just a collection of cells; a Table is a structured object with special properties like banded rows, automatic expansion, and "Structured References" (using column names like =[@Sales] instead of $C$2).

2
New cards

Filtering vs. Sorting

Sorting rearranges the order of data; Filtering hides rows that don't meet specific criteria.

3
New cards

Standard vs. Advanced Filter

Standard filters use simple dropdowns. Advanced Filters use a separate criteria range on the worksheet to perform complex logic.

4
New cards

AND vs. OR

In filters, AND requires all conditions to be met (narrower results); OR requires only one to be met (broader results).

5
New cards

Slicers

Visual buttons that act as interactive filters for Tables and PivotTables.

6
New cards

SUBTOTAL vs. SUM

SUM adds everything in a range, even hidden rows. SUBTOTAL (usually function 109) only adds visible rows after a filter is applied.

7
New cards

Database Functions (DSUM, etc.)

Functions that analyze data in a list/table based on a defined criteria range (similar to Advanced Filter).

8
New cards

PivotTable

A tool used to summarize and analyze data without changing the original source.

9
New cards

Grouping vs. Summary Variables

Grouping variables are used for rows/columns (to categorize), while Summary variables are placed in the "Values" area (to calculate).

10
New cards

Focus

Managing 3D data and external links.

11
New cards

Grouping Worksheets

Selecting multiple tabs (Shift+Click) to enter data or formatting in all of them simultaneously. Risk: You might accidentally overwrite data on a hidden sheet if you forget they are grouped.

12
New cards

3-D References

A formula that refers to the same cell or range across multiple worksheets. Syntax: =SUM('Sheet1:Sheet3'!B5)

13
New cards

Consolidation By Position

Used when data is in the exact same cells on every sheet.

14
New cards

Consolidation By Category

Used when row/column labels are the same, but in different positions.

15
New cards

External References

Links to data in a different workbook.

16
New cards

Linking

The destination file updates when the source changes.

17
New cards

Copying

A static snapshot that does not update.

18
New cards

Template

A model file (.xltx) used to create new workbooks (.xlsx) with pre-set formatting and formulas.

19
New cards

Precedents vs. Dependents

Precedents are cells that provide data to a formula. Dependents are cells that rely on the current cell for their value.

20
New cards

Watch Window

A floating window that lets you monitor the value of specific cells even if you are working on a different sheet.

21
New cards

Data Validation

Restricts the type of data entered (e.g., "List" creates a dropdown; "Custom" uses a formula).

22
New cards

Input Message

Appears when the cell is selected (proactive).

23
New cards

Error Alert

Appears after invalid data is entered (reactive).

24
New cards

Macros

Recorded sequences of actions to automate repetitive tasks.

25
New cards

Absolute macro

Always performs actions in specific cells (e.g., Cell A1).

26
New cards

Relative macro

Performs actions relative to the currently selected cell.

27
New cards

Protection

Worksheet level protects cells; Workbook level protects the structure (adding/deleting tabs); Encryption requires a password to open the file.

28
New cards

Get & Transform (Power Query)

The engine used to import and "clean" (transform) data from external sources like Web, SQL, or Text files.

29
New cards

Delimiters

Characters (like commas or tabs) that separate data into columns in a text file.

30
New cards

Flash Fill

Recognizes patterns (e.g., extracting first names) and fills the rest automatically.

31
New cards

Text Functions

LEFT/RIGHT/MID: Extract characters from the start, end, or middle of a string. FIND: Locates a character's position. LEN: Counts total characters. TRIM: Removes extra spaces. CLEAN: Removes non-printable characters.

32
New cards

Metadata

"Data about data" (e.g., file author, date created).

33
New cards

Break-even Analysis

Finding the point where Total Revenue = Total Cost ($0 profit).

34
New cards

Cost Types

Fixed (don't change with volume), Variable (change per unit), Mixed (both).

35
New cards

Data Tables

A range of cells that shows how changing one or two variables affects a formula.

36
New cards

Goal Seek

Use this when you know the result you want but need to find the input value to get there.

37
New cards

Scenario Manager

Saves multiple groups of values (e.g., "Best Case," "Worst Case") to compare results.

38
New cards

Solver

An add-in for optimization. It finds the maximum or minimum value for an objective cell by changing multiple variables while staying within Constraints.

39
New cards

Descriptive vs. Inferential

Descriptive summarizes the data you have; Inferential uses a sample to make predictions about a larger population.

40
New cards

Central Tendency

Mean (average), Median (middle), Mode (most frequent).

41
New cards

Standard Deviation

Measures how spread out the numbers are from the mean.

42
New cards

Histogram

A chart showing the frequency of data within specific ranges called Bins.

43
New cards

Correlation

Measures the relationship between two variables. The Correlation Coefficient ($r$) ranges from $-1$ to $+1$.

44
New cards

R-Squared

A value ($0$ to $1$) indicating how well a regression line fits the data points.

45
New cards

FORECAST.ETS

A function that predicts future values based on seasonal patterns.

46
New cards

Business Intelligence (BI)

The process of turning raw data into meaningful insights for decision-making.

47
New cards

Data Model

A collection of related tables inside Excel (Power Pivot) that allows you to create relationships between different data sources.

48
New cards

KPI (Key Performance Indicator)

A visual cue (like a green/red light) showing how a value compares to a target.

49
New cards

Implicit vs. Explicit

Implicit calculations are created by dragging fields in a PivotTable; Explicit are DAX formulas created by the user (Measures).

50
New cards

Dynamic Arrays

Formulas that "spill" into neighboring cells (e.g., UNIQUE extracts a list of distinct values, and SORT organizes them).

51
New cards

White Space

Crucial in dashboard design to prevent "clutter" and help the user focus on key metrics.

52
New cards

Table

A structured object with special properties like banded rows, automatic expansion, and Structured References

53
New cards

Range

A collection of cells

54
New cards

Sorting

Rearranges the order of data

55
New cards

Filtering

Hides rows that don't meet specific criteria

56
New cards

Advanced Filters

Use a separate criteria range on the worksheet to perform complex logic

57
New cards

Slicers

Visual buttons that act as interactive filters for Tables and PivotTables

58
New cards

SUBTOTAL

Only adds visible rows after a filter is applied

59
New cards

PivotTable

A tool used to summarize and analyze data without changing the original source

60
New cards

3-D References

A formula that refers to the same cell or range across multiple worksheets

61
New cards

Consolidation By Position

Used when data is in the exact same cells on every sheet

62
New cards

Consolidation By Category

Used when row/column labels are the same, but in different positions

63
New cards

Template

A model file (.xltx) used to create new workbooks (.xlsx) with pre-set formatting and formulas

64
New cards

Precedents

Cells that provide data to a formula

65
New cards

Dependents

Cells that rely on the current cell for their value

66
New cards

Watch Window

A floating window that lets you monitor the value of specific cells even if you are working on a different sheet

67
New cards

Data Validation

Restricts the type of data entered

68
New cards

Input Message

Appears when the cell is selected (proactive)

69
New cards

Error Alert

Appears after invalid data is entered (reactive)

70
New cards

Macros

Recorded sequences of actions to automate repetitive tasks

71
New cards

Flash Fill

Recognizes patterns and fills the rest automatically

72
New cards

Metadata

Data about data

73
New cards

Break-even Analysis

Finding the point where Total Revenue = Total Cost

74
New cards

Goal Seek

Use this when you know the result you want but need to find the input value to get there

75
New cards

Scenario Manager

Saves multiple groups of values to compare results

76
New cards

Solver

An add-in for optimization that finds the maximum or minimum value for an objective cell by changing multiple variables while staying within Constraints

77
New cards

Histogram

A chart showing the frequency of data within specific ranges called Bins

78
New cards

Correlation

Measures the relationship between two variables

79
New cards

Data Model

A collection of related tables inside Excel (Power Pivot) that allows you to create relationships between different data sources

80
New cards

KPI (Key Performance Indicator)

A visual cue showing how a value compares to a target