Exel 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 which contains a number value

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 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 cells 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 the group of cells specified

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

can be used in combination with other formulas to give more specific results

you can state if you want the the formula to activate when the condition is met or when it isn’t

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(Value1, 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(Value1, Value2)

return the largest or smallest number with a cell’s dataset, respectfully

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 I’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 **CONCATENATE* & what does it do ?

A

=REPLACE(old_text, start_num, num_chars, new_text)

ideal for making changes in a spreadsheet

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