Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Q : How to know that character type in one cell of xls is more that s...
E.g How i will come to know that i typed more than specified charater, when i am typing in that particular cell |
#2
![]() |
|||
|
|||
![]()
Your character to test is in A1
In another cell enter =CODE(A1)CODE("s"). You will get TRUE or FALSE Or use =IF(CODE(A1)CODE("s"),"Bigger","Not bigger") -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Dharamendra" <Dharamendra @discussions.microsoft.com wrote in message ... Q : How to know that character type in one cell of xls is more that s... E.g How i will come to know that i typed more than specified charater, when i am typing in that particular cell |
#3
![]() |
|||
|
|||
![]()
Excel has no way of knowing that you typed too much while you are typing.
Only after you leave the cell will you be able to know. You can use Data Validation to bring up a message that you typed too many characters(text length). You could use event code to raise a message after you have left the cell. Gord Dibben Excel MVP On Thu, 10 Mar 2005 14:11:02 -0800, "Dharamendra" <Dharamendra @discussions.microsoft.com wrote: Q : How to know that character type in one cell of xls is more that s... E.g How i will come to know that i typed more than specified charater, when i am typing in that particular cell |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell 255 character limit and formula | Excel Worksheet Functions | |||
How do i count character in cell? | Excel Discussion (Misc queries) | |||
Can I set the numerical type of Cell to Hex format | Excel Discussion (Misc queries) | |||
Searching a cell for a certain character. | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |