Excel Functions Overview

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/41

flashcard set

Earn XP

Description and Tags

These flashcards cover essential Excel functions for math, text manipulation, date handling, and data analysis.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

42 Terms

1
New cards

SUM

Adds values.

2
New cards

AVERAGE

Calculates the mean.

3
New cards

MIN

Finds the smallest value in a range.

4
New cards

MAX

Finds the largest value in a range.

5
New cards

COUNT

Counts numerical values in a range.

6
New cards

COUNTA

Counts all non-empty cells (text & numbers).

7
New cards

COUNTBLANK

Counts empty cells in a range.

8
New cards

IF

Returns one value if a condition is TRUE and another if FALSE.

9
New cards

IFERROR

Returns a custom value if an error occurs.

10
New cards

LEFT

Extracts a specific number of characters from the start of a text string.

11
New cards

RIGHT

Extracts a specific number of characters from the end of a text string.

12
New cards

MID

Extracts a portion of text from a string.

13
New cards

LEN

Counts the number of characters in a cell.

14
New cards

TRIM

Removes extra spaces from text.

15
New cards

CLEAN

Removes non-printable characters.

16
New cards

PROPER

Capitalizes the first letter of each word.

17
New cards

TODAY

Returns the current date.

18
New cards

NOW

Returns the current date and time.

19
New cards

YEAR

Extracts the year from a date.

20
New cards

MONTH

Extracts the month from a date.

21
New cards

DAY

Extracts the day from a date.

22
New cards

VLOOKUP

Searches for a value in the first column of a range and returns a value from a specified column.

23
New cards

COUNTIFS

Counts the number of cells that meet one or more conditions.

24
New cards

HLOOKUP

Searches in rows instead of columns.

25
New cards

INDEX

Returns a value from a specific row and column in a range.

26
New cards

MATCH

Returns the position of a value in a range.

27
New cards

TEXT

Formats numbers as text.

28
New cards

CONCATENATE (or CONCAT)

Joins multiple text strings into one.

29
New cards

DATEDIF

Calculates the difference between two dates.

30
New cards

ROUND

Rounds a number to a specified number of digits.

31
New cards

INT

Rounds down to the nearest whole number.

32
New cards

SUMIFS

Sums values in a range that meet one or more conditions.

33
New cards

AVERAGEIFS

Returns the average of values in a range that meet specified conditions.

34
New cards

MINIFS

Returns the minimum value in a range that meets specified conditions.

35
New cards

MAXIFS

Returns the maximum value in a range that meets specified conditions.

36
New cards

UNIQUE

Returns a list of unique values from a specified range.

37
New cards

SORT

Sorts an array of values in ascending or descending order.

38
New cards

TEXTBEFORE

Extracts text before a specified character.

39
New cards

TEXTAFTER

Extracts text after a specified character.

40
New cards

TEXTSPLIT

Splits text into multiple cells based on a delimiter.

41
New cards

AND

All conditions inside must be TRUE.

42
New cards

OR

At least one condition inside must be TRUE.