adspace
Answer Posted / Vivek Kumar Dubey
Excel does not have a built-in function to directly count characters within a cell. However, you can use the LEN function to get the length (number of characters) of a text string, like so: `=LEN(A1)` where A1 is the cell containing the text.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers