Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu Show menu

RIGHT function

Description

Right portion of a string function. RIGHT(str,n) returns the last n characters of str. If n equals 0, then the RIGHT function returns an empty string. If n is equal to or more than the length of the string str, the function returns the complete string.

Example

RIGHT(B15,1) returns "1" if cell B15 equals "Center 1"

Calculator

RIGHT(  ,  

Related functions