Chandoos Top 10 Analyst Functions Flashcards
VLOOKUP
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.
SUMIFs
Easy to sum on multiple conditions
sum up a set of values that meet several conditions.
=sumif( what you want to sum, condition columns)
Index+Match Formulas
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?))
Nesting Formulas
Nesting formulas helps us express complex business logic & rules with ease. As an analyst, you must learn the art of nesting.