CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Text Functions

Microsoft Excel – Text Functions – LEFT, LEFTB and RIGHT, RIGHTB formulas

Another set of Text Functions in Microsoft Excel are useful to extract the partial text from the given text. These functions have two variations; one variation considers number of characters to return and the other variation (with B suffixed) considers the number of bytes to return from the given text. The functions (with B suffixed) […]

Microsoft Excel – Text Functions – ASC, CHAR, UNICHAR and UNICODE formulas

Microsoft Excel Text Functions are useful to deal with textual data. In this article, we will discuss a few of the Text functions. ASC function This function returns the ASCII text (single-byte characters) from the given text. The given text may contain double-byte characters; then the double-byte characters will convert to single-byte characters. If the […]

Scroll to top