Category: Text functions
What does this function do?
Converts the first letter of each word in upper case text.Syntax:
CHAR(number)
- number (required): A number between 1 and 255 specifying which character you want. The character is from the character set used by your computer.
Examples:
=CHAR(49)= 1
=CHAR(77)= M
No comments:
Post a Comment