Which function returns the number of characters in a text string in cell A1?
=RIGHT(A1)-LEFT(A1)+1
=LEN(A1)
=EXACT(A1)
=CHARS(A1)