Excel Formulas & Functions

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:16 AM on 8/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

50 Terms

1
New cards

SUM

A basic function with the syntax =SUM(number1, number2, ...)=SUM(\text{number1, number2, ...}) that adds numbers together.

2
New cards

COUNT

A function that counts cells containing numbers but does NOT count text.

3
New cards

COUNTA

A function with the syntax =COUNTA(value1, value2, ...)=COUNTA(\text{value1, value2, ...}) that counts all non-empty cells, including both numbers and text.

4
New cards

AVERAGE

A function that calculates the arithmetic mean/average of a range of numbers.

5
New cards

MEDIAN

A function that returns the middle value when data is arranged from lowest to highest.

6
New cards

MODE.SNGL

A function with the syntax =MODE.SNGL(number1, number2, ...)=MODE.SNGL(\text{number1, number2, ...}) that returns the value occurring most frequently in a data set.

7
New cards

STDEV.S

A function that measures how widely sample data is dispersed from the mean.

8
New cards

RANK.EQ

A function used to find the relative position or rank of a number within a specified data set.

9
New cards

MAX

A basic function that returns the largest value in a data set.

10
New cards

LARGE

A function with the syntax =LARGE(array, k)=LARGE(\text{array, k}) that returns the k-th largest value, such as the 10th10\text{th}-largest value.

11
New cards

COUNTIFS

A function with the syntax =COUNTIFS(\text{criteria_range1, criteria1, ...}) used to count cells that meet one or more conditions.

12
New cards

Wildcard ?

A wildcard character that represents exactly one character in text search criteria.

13
New cards

Wildcard *

A wildcard character that represents any number of characters in text search criteria.

14
New cards

ROUND

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

15
New cards

ROUNDUP

A function that rounds a number away from zero.

16
New cards

ROUNDDOWN

A function that rounds a number toward zero.

17
New cards

TRUNC

A function with the syntax =TRUNC(\text{number, [num_digits]}) that removes decimal digits without rounding the value.

18
New cards

ODD

A function that rounds a number away from zero to the nearest odd integer.

19
New cards

EVEN

A function that rounds a number away from zero to the nearest even integer.

20
New cards

IF

A logical function with the syntax =IF(\text{logical_test, value_if_true, value_if_false}) that tests a condition and returns different results based on whether that test is TRUE or FALSE.

21
New cards

AND

A logical function that returns TRUE only if ALL conditions are TRUE.

22
New cards

OR

A logical function that returns TRUE if AT LEAST ONE condition is TRUE.

23
New cards

NOT

A function that reverses the logical value, turning TRUE into FALSE and FALSE into TRUE.

24
New cards

Relational Operators

Operators such as ==, <><>, >>, <<, >=>= and <=<= that return Boolean values of TRUE or FALSE.

25
New cards

VLOOKUP

A vertical lookup function that searches down the FIRST COLUMN of a table and returns a value from a specified column index number (colindexnumcol_index_num).

26
New cards

HLOOKUP

A horizontal lookup function that searches across the TOP ROW of a table and returns a value from a specified row index number (rowindexnumrow_index_num).

27
New cards

LOOKUP

A function with the syntax =LOOKUP(\text{lookup_value, lookup_vector, [result_vector]}) that searches a row or column for a value and returns a corresponding value.

28
New cards

INDEX

A function with the syntax =INDEX(\text{array, row_num, [column_num]}) that retrieves a value based on its specific row and column position.

29
New cards

ISERROR

An error-checking function that returns TRUE if a value produces ANY Excel error (e.g., \text{#REF!}, \text{#DIV/0!}, \text{#N/A}).

30
New cards

ISERR

A function that checks whether a value produces an error EXCEPT for the \text{#N/A} error.

31
New cards

ISNA

A function that checks specifically for the \text{#N/A} (value not available) error.

32
New cards

ISBLANK

A function that returns TRUE if a cell is actually empty and FALSE if it is not.

33
New cards

ISNONTEXT

A function that returns TRUE if the value provided is NOT text.

34
New cards

Relative Reference

A cell reference (e.g., A1A1) where both the column and row can change when the formula is copied.

35
New cards

Absolute Reference

A cell reference (e.g., $A$1\text{\textdollar A\textdollar 1}) where both the column and row are locked and will not change when copied.

36
New cards

Mixed Reference

A cell reference where either the column is locked (e.g., $A1\text{\textdollar A1}) or the row is locked (e.g., A$1\text{A\textdollar 1}).

37
New cards

Operator Precedence

The order Excel evaluates formulas: 1. Parentheses, 2. Exponentiation, 3. Multiplication and Division, 4. Addition and Subtraction, 5. Comparisons.

38
New cards

NAME?

An Excel error indicating that something in the formula is not recognized, such as a misspelled function or text without quotation marks.

39
New cards

VALUE!

An Excel error indicating the wrong type of value or operand is being used in a calculation.

40
New cards

REF!

An Excel error indicating an invalid cell reference.

41
New cards

DIV/0!

An Excel error indicating an attempt to divide a number by zero.

42
New cards

N/A

An Excel error indicating that a value is not available or could not be found.

43
New cards
#

A display issue that occurs when a column is too narrow to display a value; it is generally not a formula error.

44
New cards

Custom Format #

A custom number formatting code that functions as an optional digit placeholder, displaying a digit only when needed.

45
New cards

Custom Format 0

A custom number formatting code that forces a digit or zero to display.

46
New cards

F2

The keyboard shortcut used to edit the active cell or formula.

47
New cards

F4

The keyboard shortcut used to cycle through cell reference types (A1A1, $A$1\text{\textdollar A\textdollar 1}, A$1\text{A\textdollar 1}, $A1\text{\textdollar A1}).

48
New cards

Ctrl + `

The keyboard shortcut used to toggle between displaying formulas and displaying formula results.

49
New cards

Ctrl+Shift+~

The keyboard shortcut used to apply the General number format.

50
New cards

Ctrl+Shift+$

The keyboard shortcut used to apply the Currency format.