SPACE Function

The SPACE function returns value spaces.

Syntax

SPACE(number)

Example

"Victoria"+SPACE(5)+"BC"

The cell displays the string "Victoria BC".

Related Topics