Fill This Form To Receive Instant Help
Homework answers / question archive / In column E, use RIGHT(), LEN(), and FIND() to show the last name of the customer contact (and you again need to embed formulas)
In column E, use RIGHT(), LEN(), and FIND() to show the last name of the customer contact (and you again need to embed formulas)
The RIGHT function in Excel returns the specified number of characters from the end of a text string.
The syntax of the RIGHT function is as follows:
RIGHT(text, [num_chars])
Where:
For example, to extract the last 3 characters from the string in cell A2, use this formula:
=RIGHT(A2, 3)