find text characters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

am trying to have a formula to return a value if the number of text
characters in another cell is more than 3
thanks
 
Hi!

Try something like this:

=IF(AND(ISTEXT(A1),LEN(A1)>3),"Yes","No")

Biff
 

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

Back
Top