Excel - Chapter 2 - Working with Formulas and Functions

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

These flashcards cover key terms and definitions from Chapter 2 of Excel, focusing on formulas and functions.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Formula

A calculation that uses arithmetic operators, worksheet cells, and constant values.

2
New cards

Arithmetic Operators

Symbols used in formulas to denote operations such as addition (+), subtraction (-), multiplication (*), and division (/).

3
New cards

Formula AutoComplete

A feature that suggests ways to complete a formula as you type.

4
New cards

Order of Operations

The mathematical rules governing the sequence of calculations in a formula, often remembered with the acronym PEMDAS (Parentheses, Exponentiation, Multiplication, Division, Addition, Subtraction).

5
New cards

Relative Cell Reference

A cell address that updates when the formula is copied to a different location.

6
New cards

Absolute Cell Reference

A cell address that does not change when the formula is copied, denoted with dollar signs (e.g., $A$5).

7
New cards

Mixed Cell Reference

A cell address containing both relative and absolute components, such as $B5 or B$5.

8
New cards

3D Cell Reference

A reference to a cell in another worksheet within the same workbook, written as 'WorksheetName!CellAddress' (e.g., Inventory!B2).

9
New cards

Named Range

A defined name for a single cell or a group of cells, often used in formulas instead of cell addresses.

10
New cards

Formula Auditing Tools

Commands in Excel that help review and identify errors in formulas, such as Trace Precedents and Trace Dependents.

11
New cards

Circular Reference

An error in a formula that occurs when the formula refers to its own cell address.

12
New cards

Statistical Functions

Functions that perform statistical calculations, such as MEDIAN, MODE, and COUNT.

13
New cards

Date & Time Functions

Functions in Excel that deal with date and time data, like TODAY() and NOW().

14
New cards

PMT Function

A financial function that calculates the constant payment amount for a loan.

15
New cards

IF Function

A logical function that evaluates a condition and returns different results based on whether the condition is true or false.

16
New cards

XLOOKUP Function

A lookup function that searches for a value in one range and returns a matching value from another range.

17
New cards

TEXTJOIN Function

A text function that joins multiple strings of text with a specified delimiter.

18
New cards

ROUND Function

A math function that rounds a number to a specified number of decimal places.

19
New cards

SUMIF Function

A math function that sums cells based on a specified condition.

20
New cards

SUMPRODUCT Function

A math function that multiplies corresponding components in given arrays and returns the sum of those products.