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

LEN function

Category: Text functions


What does this function do?

Returns the number of characters in a string.

Syntax:


LEN(text)


  • Text (required): The text to get the number of characters

Examples:


=LEN(“The wizard of Excel”)=19
If A1=”The wizard of Excel” 
=LEN(A1)=19

No comments:

Post a Comment