views:

407

answers:

2

I want to read the count of characters for a cell and set it to another cell.

Could you please tell me what is the function "Formula" to do that?.

Thanks

+4  A: 

=LEN(A1)

Where A1 is the Cell whose text length you want.

RandomNoob
+1  A: 

Use function len(CELL)

Joel