CODE Function in Excel
In this blog post we will learn about CODE function in excel. With the help of CODE function we can get numeric code for the character. In case of text string, it will return numeric code for 1st character in text string. Where to find CODE function on Excel Screen: CODE function can be found under “Text Function” category under “Formula Tab” as shown in below image: Once we click on “Text” category, we can see list of various Text Functions available in excel. CODE function is highlighted in red in below image. Once we click on CODE option as highlighted above, we will get the function argument dialog box as shown in below image: Syntax of CODE Function: The Syntax of CODE function is as below: =CODE(text) Arguments of CODE Function: To use the CODE function we have to provide only one arguments: text : This is the only one argument which have to provide. In this we have to provide a text for which you want code. Example of CODE Function: Let’s learn about using this CODE function wit...