Text
Extracts a specified number of characters from the end of a text string.
=RIGHT(text, [num_chars])textText string to extract from
num_chars(number)Number of characters to extract (default: 1)
=RIGHT(A1, 3)Gets last 3 characters (e.g., "pdf")
Result: Extension
=RIGHT(A1, 4)Extracts last 4 digits of credit card
Result: Last 4 digits
=RIGHT(A1, 4)Gets year from date string "12/31/2024"
Result: 2024
Our AI can generate tailored formulas based on your specific needs
Generate Custom Formula