22.12.LEN | ||||
22.12.1. | LEN(text), LENB(text) returns the number of characters in a text | |||
22.12.2. | =LENB("ABC") | |||
22.12.3. | Count the number of Bs (uppercase only) in the string | |||
22.12.4. | Count the number of Bs (both upperand lowercase) in the string | |||
22.12.5. | Return the number of occurrences of a substring in B1 within a string in A1 | |||
22.12.6. | A case-insensitive comparison: Return the number of occurrences of a substring in B1 within a string in A1 | |||
22.12.7. | Returns the first nine characters plus an ellipsis for longer string |