counting or limiting characters

G

Glenn

Hi,

Is there a way to do one of the following:

a) limit the amount of characters that a cell can contain

or, if not:

b) have a column that counts the number of characters in the cell to the
left of it.

Thanks.
 
J

JE McGimpsey

If text in column B, one way:

A1: =LEN(B1)

or

A1: =IF(B1="","",LEN(B1))

Copy down as far as necessary
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top