Calculate the average for a set of values that match a specific criterion
✔✔
AVERAGEIF()
Returns the related value from the specified column after finding the match in the first column
✔✔
VLOOKUP()
Returns the related value from the specified row after finding the match in the first row
✔✔
HLOOKUP()
The length, in number of characters, of a block of text
✔✔
LEN()
The position of a specific character, word, or phrase within a block of text
✔✔
SEARCH()
Returns the specified number of characters starting from the beginning of a block of text
✔✔
LEFT()
Returns the specified number of characters from the middle of a block of text
✔✔
MID()
Returns the specified number of characters starting from the end of a block of text
✔✔
RIGHT()
Combines blocks of text
✔✔
CONCATENATE()