You are here: Features > Cell Functions > Text 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.

Syntax

STR(text,position)

Example

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