Excel Cheat Sheet
Excel Cheat Sheet
Round Functions
=ROUND (number, num_digits) Round the number to the nearest number of digits defined
=ROUNDUP (number, num_digits) Round the number up to number of digits defined, regardless of number
beside
=ROUNDDOWN (number, num_digits) Round the number down to the number of digits defined, regardless of
the number beside
IF Functions
=IF (condition, if_true, if_false) Checks the condition, do a thing if the condition is true and do another
thing if the condition is false
=IF (condition, if_true, IF (condition, if_true, Checks the condition, do a thing if the condition is true and do another
if_false)) IF function if the condition is false
=IF (condition, IF (condition, if_true, if_false), Checks the condition, do another IF function if the condition is true and
if_false) do a thing if the condition is false
VLOOKUP Function
=VLOOKUP (lookup_value, table_array, Finds the value that is corresponding with the lookup_value from the
column_index, range_lookup) table_array and returns the value