Reverse()

Home   Back   Next  

Working with Formulas > Functions Used in Formulas > Text Functions > Reverse()

 

REVERSE() reverses the order of the characters in a string.

 

 

Function Format

 

REVERSE(string) 

 

 

Return Value

 

REVERSE() returns a character string 

 

 

Examples

 

REVERSE("APPLES") = "SELPPA" 

 

REVERSE("ORANGES") = "SEGNARO"