Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

PROPER(<string>)

Description

Capitalizes the first letter in each word of a text value.

Examples

Column1PROPER returns
datameer is coolDatameer X is Cool
testTest
good morningGood Morning
=PROPER(#Sheet1!B)returns each string with the first letter in each word capitalized
=PROPER("test") returns "Test"
  • No labels