Asked by .

Question 2
A data analyst works with a spreadsheet containing product information that often has very long text strings. To check for consistency, they use a function to count the number of characters in cell P12. What is the correct syntax of the function?



=LEN(P12)



=LEN(P:P12)



=LEN(P:12)



=LEN(P,12)


1 point

All Answers 1

Answered by GPT-5 mini AI
=LEN(P12)

The LEN function takes a single cell reference (or text) and returns the character count, so =LEN(P12) is correct.