Please Note: This article is written for users of the following Microsoft Excel versions: 97, 2000, 2002, and 2003. If you are using a later version (Excel 2007 or later), this tip may not work for you. For a version of this tip written specifically for later versions of Excel, click here: Returning an ANSI Value.
Written by Allen Wyatt (last updated June 13, 2020)
This tip applies to Excel 97, 2000, 2002, and 2003
You may have a need to determine the ANSI value of the text in a particular cell. You can do this using the CODE worksheet function. This function returns a numeric value that represents the ANSI value of the first letter in the referenced cell. For instance, if cell A1 contains the text "My Stuff," and that B1 contains the following:
=CODE(A1)
In this instance, B1 will have a result of 77, which is the ANSI value of M, the first character in A1.
If the value in the referenced cell is numeric (such as 34 or 2798), then the CODE function treats the numeric value as if it were text and returns the ANSI value of the first digit in the value. Thus, if A1 contained 34, then CODE would return 51, which is the ANSI value of "3."
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2153) applies to Microsoft Excel 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) here: Returning an ANSI Value.
Program Successfully in Excel! John Walkenbach's name is synonymous with excellence in deciphering complex technical topics. With this comprehensive guide, "Mr. Spreadsheet" shows how to maximize your Excel experience using professional spreadsheet application development tips from his own personal bookshelf. Check out Excel 2013 Power Programming with VBA today!
Excel includes a handy function that allows you to repeat characters or strings of characters. How you use the REPT ...
Discover MoreChanging the capitalization of text is, believe it or not, a common task in Excel. Common or not, it can be frustrating ...
Discover MoreIf you've got a list of names in a column, you may want to change the order of each name. For instance, the name have the ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2024 Sharon Parq Associates, Inc.
Comments