From the course: Excel Formulas and Functions Quick Tips

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Count characters with LEN

Count characters with LEN

- [Instructor] The LEN function counts characters within a text string. Let's find out how many characters are in this email address. Equal sign LEN, open parentheses. Put the text or cell reference that you want to count the characters in and then close the parentheses. There's 24 characters in this email address. LEN counts letters, numbers, special characters and spaces. There's 118 characters in this paragraph. LEN is commonly used with other functions. Let's use it with if. If the length of cell A2 is greater than or equal to 78 I'll put OK, otherwise something else.

Contents