Formulas in Excel Flashcards

1
Q

It returns a value that you set if a condition is met, and a value if it is not met

A

IF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Searches for a value in the first column of a table array and returns a value in the same row from another column (to the right) in the table array.

A

VLOOKUP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

It returns a value that you set if a formula has an error

A

IFERROR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Rounds a number to the nearest decimal based on your specified number of digits

A

ROUND

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Get the nth largest value from a range of values

A

LARGE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Get the nth smallest value from a range of values

A

SMALL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Gives you the average of a group of values

A

AVERAGE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Get the largest value from a range of values

A

MAX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Get the smallest value from a range of values

A

MIN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Gets the middle number in the set of numbers

A

MEDIAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Counts the number of cells that contain numbers

A

COUNT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Counts the number of cells that are non-blank (Including empty text “”)

A

COUNTA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Counts the number of cells that matches your specified condition

A

COUNTIF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Counts the number of cells that matches your specified conditions

A

COUNTIFS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Sums the values in a range that meet a criteria that you specify

A

SUMIF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Sums multiple criteria

A

SUMIFS