You are here: All Help Topics > Other Information > Cell Functions > STR function

STR Function

The STR function returns the specified string as text right justified to the number of characters specified by the position parameter.

STR(text,position)

STR(100,7)

Equals " 100". 4 spaces lead the value, which is 3 characters long making the right justification at the 7th character position.   

Related Topics