Excel- Not Allow Column to accept Duplicate data and length of text not more than 28 characters -


i have column in excel, have put 2 data conditioning it.

  1. for range of cells, should not accept duplicate values.
  2. for same range of cells, should not allow user enter more 28 character of text length.
  3. it can allow cell blank.

i tried selecting cell range , go data ->data validation-> allow - custom formula = =and(countif($b:$b,b5)=1,len(b2)<29) not working. formula, allowing enter duplicate data , enter data more 28 characters.

enter image description here

hey please write formula,

=and(countif(b$4:b$20,b4)=1,len(b4)<=28,isnumber(b4+0))


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

javascript - Confirm a form & display message if form is valid with JQuery -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -