excel functions Flashcards

(9 cards)

1
Q

concatenate

A

joins two or more text strings in one cell
=CONCATENATE(B17,” “,C17,” “,D17)

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

VLookup

A

VLookup is a popular method used to match and reference information that resides in a table (array of
cells).
- exact match vlookup includes (false)

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

if function

A

=IF(J2>=90,”A”,”Not A”)
The “IF” function can be used to perform complex logical considerations to perform
analytics.

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

combining IF OR

A

=IF(OR(G59>5%,D59>200000),G59*D59,0)

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

combining IF and

A

-(multiple conditions; both should be met)
‘=IF(AND(E47>=F47,D47>150000),D47*G47,0)

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

‘=IF(NOT(G71=5%),G71*D71,0)

A

result will be displayed if the criteria is not met

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

IF ERROR

A

=IFERROR(AVERAGEIFS($D$19:$D$132,$E$19:$E$132,G28,$B$19:$B$132,2010),0)

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

PivotTables

A

allow a user to summarize large amounts of data using multiple views in a tabular format.
Data views can easily been manipulated for multiple perspectivesto facilitate data analysis. Users can
create custom aggregations; calculate fields, totals, and subtotals. Users can drill down

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