Chandoos Top 10 Analyst Functions Flashcards

0
Q

VLOOKUP

A

search for a value in a table and return a corresponding value

=VLOOKUP(what you want to lookup, table, column from which you want the output, is your table sorted?)

can only search on left most column.

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

SUMIFs

A

Easy to sum on multiple conditions

sum up a set of values that meet several conditions.

=sumif( what you want to sum, condition columns)

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

Index+Match Formulas

A

lookup on any column and return corresponding value from any other column.

=INDEX(list of values, MATCH(what you want to lookup, lookup column, is your lookup column sorted?))

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

Nesting Formulas

A

Nesting formulas helps us express complex business logic & rules with ease. As an analyst, you must learn the art of nesting.

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