Excel Functions

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

K201

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

SUM

Adds a range of cells.

2
New cards

COUNT

Tallies the numbr of cells in a range that contain values (if it’s blank, it won’t include that cell)

3
New cards

COUNTA

Tallies the number of cells in a range that arent’t empty.

4
New cards

IF

Returns 1 value if the condition is true, and another if the condition is false.

5
New cards

MAX

Finds the largest value in a range.

6
New cards

MIN

Finds the smallest value in a range.

7
New cards

OR

Returns “True” if either condition is true.

8
New cards

RIGHT

Extracts a specified number of characters from the END of a text entry.

9
New cards

LEFT

Extracts a specified number of characters from the BEGINNING of a text entry

10
New cards

PROPER

Converts the first letter of each word to upprcase and all others to lowercase.

11
New cards

COUNTIF

Counts the number of cells in a range that meet a certain criteria.

12
New cards

VLOOKUP

Searches for the value you want in column A, and returns a matching value from COLUMN 2.

13
New cards

HLOOKUP

Searches for the value you want in column A, and returns a matching value from ROW 2.

14
New cards

AND

Returns “True” if both conditions are true.

15
New cards

XLOOKUP

Searches and returns a matching value from another column.

16
New cards

DATEDIF

Days between 2 dates.

17
New cards

MATCH

Returns the position of a value within a column.