Excel Functions
Excel Functions
=ROUND(number,num_digits)
Extracts the specified number of characters from the right side of the text
=RIGHT(cell,number_of_characters)
Statistical Functions
Gives the value that occurs most frequently in an array or a range of data
=MODE(range)
Nested IF function
=IF(D4>=800, "Gold", IF(D4>=600, "Silver", "Bronze"))