RIGHT Function in Excel
Learn how to use the RIGHT function in Excel, understand the syntax and common use cases, and let ExcelGPT adapt the formula to your real workbook structure.
RIGHT(text, [num_chars])textRequiredThe text string to extract from.
num_charsOptionalOptional number of characters to return from the end, defaulting to 1.
Examples
=RIGHT(A2, 2)Returns the last two characters of the text in A2.
=RIGHT(B2)Returns the final character because num_chars is omitted.
Common mistakes
Check the argument order, data types, and references used in RIGHT.
Review whether ranges, blank cells, error values, or dynamic results are affecting the formula.
Validate the formula on a few sample rows before scaling it across the workbook.
Related functions
Need a variant of this formula?
Describe your workbook structure and ExcelGPT can generate a version tailored to your real columns, ranges, and edge cases.