Subscript both is the smaller characters of the normal characters. Subscript positioned slightly lower in comparison of normal text. Subscript use for chemical elements.For Example: 2 is Subscript in O2
Subscripts and superscripts are available in Word, Excel as well as in Google Docs, But it is not available in Google Sheet now. So we found another solution to use Subscript and Superscript in Google Docs easily. We can use Subscript in Google Sheet using 3 ways which are as follows;
1. Using Formulas
Using the CHAR() Function
The CHAR () function is the in-built function of Google sheets. It give the characters value corresponding to a given decimal value. There are numerical values (called ASCII codes) corresponding to each characters.For example, the decimal value of the character A is 65.
If you type following CHAR function into a cell and press the Enter / Return key, you will get the letter A as a result of the function.
=CHAR(65)


