Substring from ending of column string
Function:
Right(table = string, col = string, num_chars = string, new_col = string)
Parameters:
Table: Table name on which to perform function
Column Name: Column to perform Right
Number of Characters: Number of Charters to look Right
New Column Name: Name for the new column
Examples:
Right(table = Budget, col = "Date", num_chars = 4, new_col = "Year")