LENB
The LENB
function in Google Sheets returns the length of a string in bytes. Learn more about its application.
Function Syntax and Parameters
Syntax: LENB(string)
Parameters:
string
: The string that you want to find the length of in bytes.
Step-by-Step Tutorial
- Calculate the length of a string in bytes using
LENB
:- Example:
=LENB("Hello World")
- Result:
11
- Example:
Use Cases and Scenarios
- Check the length of a string in bytes.
- Determine the size of file names in bytes.
- Analyze the byte length of multibyte characters in different languages.
Related Functions
- None
Related Articles
- None