I hope you do enjoy this free blog. I only ask one thing from you in return, click in one of the ads

Saturday 17 January 2015

CHAR function

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