Written by Allen Wyatt (last updated July 16, 2022)
This tip applies to Excel 97, 2000, 2002, and 2003
When you are entering information in a cell, Excel recognizes the information as a formula if you start it with the equal sign. If you are entering lots of numeric information, you may find it a bother to continually move your hand away from the numeric keypad to enter the requisite equal sign for each cell.
One way to handle this is to begin each cell with a plus sign instead of the equal sign. When you press Enter at the end of the formula you are entering, Excel automatically converts the leading plus sign to an equal sign.
There is a caveat to this "plus sign behavior." If you type either of the following, the plus sign does not go away:
+A1+A2 +SUM(A1:A2)
Excel converts to these:
=+A1+A2 =+SUM(A1:A2)
However, if the first operand is a numeric constant, then a conversion takes place:
+25+A2
Excel converts to this:
=25+A2
It is interesting that if you place a plus sign in front of a date, it defeats Excel's automatic date parsing and causes it to be parsed as a formula:
+11-21-15
Excel converts to this, replacing the plus sign with an equal sign and displaying a result of -25:
=11-21-13
You get a similar parsing result if you use a different delimiter, as in +11/21/15.
The bottom line is that for those who use the numeric keypad to enter formulas that consist of numbers, this can be a real plus (no pun intended) since you don't have to move your hand to enter a leading plus sign, as you would for a leading equal sign.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2351) 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: Starting Out Formulas.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!
You can use the naming capabilities of Excel to name both ranges and formulas. Accessing that named information in a ...
Discover MoreInsert or delete a column, and Excel automatically updates references within formulas that are affected by the change. If ...
Discover MoreIf you use serial numbers that include both letters and numbers, you might wonder how you can increment the numeric ...
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 © 2023 Sharon Parq Associates, Inc.
Comments