DBCS Function Explained
The DBCS Function in Microsoft Excel is used to determine whether a character is a double-byte character set (DBCS) character. It returns TRUE if the character is a DBCS character, and FALSE if it is not. The function takes a single argument, which is the character to be tested.
DBCS Function Syntax
DBCS(text)
- text: The text for which you want to know the double-byte character set (DBCS) status.

