Finance Pre-Work for FIN7800

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/102

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:47 PM on 8/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

103 Terms

1
New cards

Workbook

An Excel file that can contain one or more worksheets.

2
New cards

Worksheet

An individual sheet/tab within a workbook.

3
New cards

Cell address

The intersection of a column letter and row number (e.g., C8).

4
New cards

Name Box

Shows the address of the currently active cell.

5
New cards

Formula Bar

Displays the actual contents/formula of the active cell, not just what's visually shown.

6
New cards
in a cell

Not an error; the column is too narrow to display the value. Double-click the column border to auto-fit.

7
New cards

The Ribbon

Excel's main menu, organized into tabs (Home, Insert, Formulas, Data, etc.).

8
New cards

Backstage View

The screen shown when you click the File tab, used for open/save/print/account info.

9
New cards

Quick Access Toolbar (QAT)

A customizable toolbar for pinning frequently used commands so they're always one click away.

10
New cards

Contextual Tab

A Ribbon tab that appears only when a specific object (chart, shape, PivotTable) is selected.

11
New cards

AutoSave

Automatically saves a file every few seconds; only works when the file is stored on OneDrive or SharePoint.

12
New cards

Version History

Lets you restore an earlier saved version of a file, the only way to recover a deleted worksheet.

13
New cards

Save a Copy

Creates a new file while preserving the original, instead of overwriting it.

14
New cards

Range

A selection of more than one cell.

15
New cards

Edit Mode (F2)

Lets you append to a cell's existing content instead of replacing it entirely.

16
New cards

Accounting number format

Aligns the $ sign to the far left of the cell, shows negatives in parentheses, and zero as a dash.

17
New cards

Currency number format

Keeps the $ sign glued directly next to the number.

18
New cards

Format Painter (double-click)

Locks the Format Painter tool on so it can be applied to multiple targets before pressing Esc.

19
New cards

Merge & Center

Combines cells and centers text; best used only for titles, never inside a data table.

20
New cards

ISO date format (YYYY-MM-DD)

A date format Excel always recognizes correctly, regardless of regional settings.

21
New cards

Date serial number

How Excel stores dates internally, counting days starting from January 1, 1900.

22
New cards

Fill Handle

The small square at a selected cell's bottom-right corner; drag it to copy or extend a pattern.

23
New cards

Custom List

A user-defined AutoFill/sort sequence saved locally to the device.

24
New cards

Flash Fill (Ctrl+E)

Detects a pattern from typed examples and fills the rest of a column.

25
New cards

Data Validation

Restricts what can be entered into a cell, e.g., to a dropdown list of allowed values.

26
New cards

Cell reference (in formulas)

Pointing a formula to a cell's address instead of typing a hardcoded number.

27
New cards

SUM

Function that adds up all values in a range: =SUM(range).

28
New cards

AVERAGE

Function that calculates the arithmetic mean of a range.

29
New cards

COUNT

Counts only the numeric cells in a range.

30
New cards

COUNTA

Counts any non-empty cell (numbers and text).

31
New cards

AutoSum (Alt+=)

Inserts a SUM formula for Excel's best guess at the adjacent range.

32
New cards

Percentage change formula

(New - Old) / Old, or New/Old - 1.

33
New cards

PEMDAS / BODMAS

Excel's order of operations: Parentheses/Brackets, Exponents, Multiplication/Division, Addition/Subtraction.

34
New cards

Relative reference

A cell reference that automatically shifts when the formula is copied.

35
New cards

Absolute reference ($)

A cell reference locked with dollar signs so it does not shift when copied.

36
New cards

Mixed reference

A reference that locks only the row or only the column, letting the other move freely.

37
New cards

F4 key

Cycles a selected cell reference through relative, absolute, and mixed states.

38
New cards

Golden rule of hardcoding

Never bury a variable number inside a formula; keep it visible in a labeled cell.

39
New cards

IF function

Enables logical comparison to return different values based on true/false outcomes.

40
New cards

NAME?

IF function

=IF(logical_test, value_if_true, value_if_false) — returns one of two outcomes based on a condition.

41
New cards

Nested IF

Placing another IF function inside the value_if_false argument to test for more than two outcomes.

42
New cards

DIV/0! error

Occurs when a formula divides by zero or by an empty cell.

43
New cards

VALUE! error

Occurs when a formula tries to perform math on text.

44
New cards

REF! error

Occurs when a formula references a cell that has been deleted or moved.

45
New cards

IFERROR

=IFERROR(value, value_if_error) replaces an error result with a custom value.

46
New cards

XLOOKUP

=XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found]) finds a value and returns a corresponding result.

47
New cards

Spilled formula

A single formula entered once that automatically fills multiple cells with results.

48
New cards

SPILL! error

Occurs when something is blocking the path a formula needs to spill into.

49
New cards

Spill range operator (#)

References an entire spilled array dynamically.

50
New cards

Grouping sheets

Selecting multiple sheet tabs so typing/formatting applies to all simultaneously.

51
New cards

[Group] indicator

Appears in the title bar to warn you that multiple sheets are currently selected.

52
New cards

Paste Special → Values

Pastes only the resulting values from a copied range.

53
New cards

Paste Special → Transpose

Flips copied data from vertical to horizontal orientation.

54
New cards

Three-sheet workbook architecture

Best practice: separate Raw Data, Calculations, and Report sheets.

55
New cards

Custom Sort (multi-level)

Data tab → Sort dialog; sorts by more than one column at once.

56
New cards

Sort by Custom List

Sorts in a user-defined logical order instead of alphabetically.

57
New cards

Toggle Filters (Ctrl+Shift+L)

Turns the dropdown filter buttons on or off.

58
New cards

Remove Duplicates

Permanently deletes duplicate rows based on chosen columns.

59
New cards

Find and Replace (Ctrl+H)

Bulk-updates text values or cell formatting.

60
New cards

Freeze Panes

Keeps header rows and/or columns visible while scrolling.

61
New cards

Focus Cell

A View-tab toggle that highlights the current cell's entire row and column.

62
New cards

Excel Table (Ctrl+T)

Converts a plain range into a structured, auto-expanding Table.

63
New cards

Structured reference

Using column names inside a Table's formulas instead of plain cell addresses.

64
New cards

Total Row (Tables)

A one-click summary row added to the bottom of an Excel Table.

65
New cards

PivotTable

A tool that summarizes large datasets into a category-based report.

66
New cards

PivotTable Fields pane

The panel where you drag fields into Rows, Columns, Filters, and Values.

67
New cards

Summarize Values By

Right-click option to change a PivotTable value's calculation type.

68
New cards

Show Values As

Right-click option to reframe a PivotTable value, e.g., as % of Grand Total.

69
New cards

Slicer

A clickable filter button that can control PivotTables.

70
New cards

Filter Connections

Links an existing slicer to additional PivotTables.

71
New cards

Refresh (PivotTable)

Updates a PivotTable's values to reflect the latest changes.

72
New cards

Change Data Source

Updates which range or table a PivotTable pulls its data from.

73
New cards

Report Layout: Compact vs Tabular

Compact nests row fields; Tabular gives each field its own column.

74
New cards

Conditional Formatting

Automatically formats cells based on rules you set.

75
New cards

Data Bars

Conditional Formatting style that turns numbers into in-cell bar visualizations.

76
New cards

Combo Chart

A chart that mixes two chart types, useful for comparison.

77
New cards

Dynamic chart title

A chart title linked to a cell via a formula so it updates automatically.

78
New cards

Switch Row/Column (charts)

Flips which field is on the chart's axis and which is in the legend.

79
New cards

Stacked Column Chart

Shows each category as one bar broken into segments.

80
New cards

Clustered Column Chart

Shows each category's series as separate side-by-side bars.

81
New cards

Protect Sheet

Restricts editing within a single worksheet.

82
New cards

Protect Workbook

Restricts changes to a file's structure.

83
New cards

Locked (cell property)

Default state of every cell that has no effect until Protect Sheet is turned on.

84
New cards

Note (Excel)

A static, one-directional annotation attached to a cell.

85
New cards

Comment (Excel)

A threaded, @mentionable annotation that can notify specific people.

86
New cards

Show Changes

Logs who edited what cell and when in a shared file.

87
New cards

Sheet View

Lets you filter/sort your own private view of a shared file.

88
New cards

Print Titles

A feature that repeats header rows/columns on every printed page.

89
New cards

Print Area

Locks in a specific range to print by default.

90
New cards

Microsoft Copilot (personal, free)

Standalone AI chatbot with no automatic connection to your data.

91
New cards

Microsoft 365 Copilot Chat (Basic)

Free work/school-account tier with web access but no automatic access.

92
New cards

Microsoft 365 Copilot (paid)

Full in-app Copilot for Excel/Word/PowerPoint/Outlook/Teams.

93
New cards

Copilot Agent Mode

Copilot mode that can directly edit your workbook.

94
New cards

Copilot Edit / Plan / Chat modes

Edit makes changes, Plan proposes steps for approval, Chat is no edits.

95
New cards

Explain this formula (Copilot)

Provides a plain-English breakdown of a formula.

96
New cards

Prompt Coach

Helps you write or improve prompts and troubleshoot mismatched output.

97
New cards

Golden Rule: don't hardcode

Keep variable numbers in labeled cells and reference them.

98
New cards

Golden Rule: structure before style

Keep raw data as one clean block, format for presentation separately.

99
New cards

Golden Rule: three-layer workbook

Raw Data, Calculations, Report, kept on separate sheets.

100
New cards

Golden Rule: simple beats complicated

Check if a PivotTable or structured formula solves it before complex options.