Home |
Search |
Today's Posts |
#3
![]() |
|||
|
|||
![]()
N Harkawat wrote:
=LEN(A1)-SUMPRODUCT(--ISNUMBER(-RIGHT(A1,ROW(INDIRECT("1:"&LEN(A1))))) will tell you the number of text characters in the cell .... Not reliably. If A1 contained JDR89765X, your formula returns 9 rather than 4. An alternative that works no matter how decimal numerals and other characters are scrambled is =SUMPRODUCT(LEN(SUBSTITUTE(G2,{0;1;2;3;4;5;6;7;8;9 },"")))-9*LEN(G2) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can a Formula in Cell X modify Cell Y? | Excel Discussion (Misc queries) | |||
Display answer only in another cell of one containing a formula | Excel Discussion (Misc queries) | |||
looking for a formula | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions | |||
How do I do math on a cell name in formula? | Excel Worksheet Functions |