How To Use Excel Right Function Examples Video
When to use Excel RIGHT Function RIGHT function can be used to extract text from right of the string. What it Returns It returns the specified number of characters from the right of the string. Syntax =RIGHT(text, [num_chars]) Input Arguments text – The text string that contains the characters you want to extract. [num_chars] – (optional) the number of characters to extract from the right of the text string. If you omit this, is defaults to 1....