HLOOKUP - Answers Performs a horizontal lookup by searching for a value in the TOP row of the table
and returning the value in the same column based on the index number
INDEX - Answers Returns either the value or the reference to the value from a table or range
TRANSPOSE - Answers Returns a transposed range of cells
VLOOKUP - Answers Performs a vertical lookup by searching for a value in the first column of a table and
returning the value in the same row in the index number position
XLOOKUP - Answers Performs a lookup (either vertical or horizontal)
CONCAT - Answers Used to join 2 or more strings together
FIND - Answers Returns the location of a substring in a string (case-sensitive)
LEFT - Answers Extract a substring from a string, starting from the LEFT-most character
LEN - Answers Returns the LENgth of a specified string
LOWER - Answers Converts all letters in a specified string to LOWER case
MID - Answers Extracts a substring from a string (starting at any position)
NUMBERVALUE - Answers Returns a text to a number specifying the decimal and group separators
PROPER - Answers Sets the first character in each word to uppercase and the rest to lowercase
REPLACE - Answers REPLACEs a sequence of characters in a string with another set of characters
RIGHT - Answers Extracts a substring from a string starting with the RIGHT-most character
SEARCH - Answers Returns the location of a substring in a string
TRIM - Answers Returns a text value with the leading and trailing spaces removed
UPPER - Answers Convert all text to UPPERcase
VALUE - Answers Converts a text value that represents a number to its numerical VALUE
DATE - Answers Returns the serial date value for a date
DATEDIF - Answers Returns the DIFference between two DATE values, based on the interval specified
DAY - Answers Returns the day of the month (a number from 1 to 31) given a date value