RIGHTB Function Explained
The RIGHTB Function in Microsoft Excel returns a specific number of characters from the right side of a text string. It takes two arguments: text and num_chars. text is the text string from which the characters are extracted, and num_chars is the number of characters to be extracted from the right side of the text string.
RIGHTB Function Syntax
RIGHTB(text, num_bytes)
- text: The text string from which the rightmost characters are returned.
- num_bytes: The number of bytes to return from the rightmost side of the text string.

