You are here: Functions > LENGTH()

LENGTH()

LENGTH() returns the length of a specified string.

Function Format

LENGTH(C)

LENGTH() counts the number of characters in C and returns that number.

Examples

LENGTH("ABCDE") = 5

LENGTH("ABCDE ") = 5