Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to set up a formula that does a character count of info in a
cell and then lock that cell so that the info cannot go over 33 characters. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Liani,
You can count characters by this formula: =len(a1) It is not possible to lock cell with formula, you can do it via VBA sub. Regards, Ivan |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() you can use data validation to restrict data with more than 33 characters. select the range you want to enter the data in. go to Data Validation Settings in Allow (text length) and in Data (less than) and in Maximum put 33 or whatever length you want. hope this would be solution of your question. -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=534461 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|