• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Counting Using LEN

rbobcat1

Member
Using LEN you can count characters in a cell.


if you have a range of cells that must have 12 characters always in each cell, how can you use the LEN command with a conditional format if less than 12 characters exist in a cell?
 
Rbobcat1


Good tip


You can also use Len in Data Validation to force the length of a cell's values
 
Hi rbobcat1,


Continuing with Hui's suggestion, try this in cell A1 in Data Validation > Custom:


=LEN(A1)=12


You can can't enter any thing short/larger then 12 characters.


Faseeh
 
Back
Top