Excel Functions Flashcards

1
Q

What is the equation for
COUNT & what does it do ?

A

=COUNT(RANGE)

counts the amount of cells within a given range

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

What is the equation for
COUNTA & what does it do ?

A

=COUNTA(RANGE)

counts the number of certain values within a range of cells

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

What is the equation for SUM & what does it do ?

A

=SUM(RANGE)

adds up the values within a cell or range of cells

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

What is the equation for
AVERAGE & what does it do ?

A

=AVERAGE(RANGE)

provides the average value for a specified group of cells

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

What is the equation for IF statement & what does it do ?

A

the formula is only ran when the data meets a certain condition

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

What is the equation for
CONCATENATE & what does it do?

A

=CONCATENATE(Value, Separator, Value2)

to combine the value of two or more cells

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

What is the equation for
MAX & MIN & what does it do?

A

=MAX(Value1, Value2)
=MIN(Value, Value2)

return the largest or smallest number within a cell’s dataset, respectively

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

What is the equation for
AND & what does it do ?

A

AND(logical1), (logical2)

determine if something l’d true or false

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

What is the equation for
XLOOKUp & what does it do ?

A

finding info within a Excel
Spread Sheet

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

What is the equation for
REPLACE & what does it do ?

A

=REPLACE(old_text, start_num, num_chars, new_text)

allows you to replace certain values with a desired alternative quickly

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