How to type equal sign "=" in Excel without evaluating?
Cheers..till next time. :)
Typing equal sign in Excel will trigger Excel to evaluate
the contents or the formula that is being typed.
But how to type equal sign plus the contents without
evaluating the formula?
Or how to display a formula in a cell using Excel?
In VBA, Excel Macro, VBscript and VB.Net; to put comments or
remarks on the code is to use single quote.
A single quote tells the engine that whatever that follows
from the quote is a string and not a command and should not be evaluated.
In this way, you can type anything after the single quote “ ‘
“.
So, this goes the same way in the Excel interface.
If you want just to show the formula for remarks or whatever
purposes but don’t want Excel to evaluate the contents, then just type a single
quote before the equal sign or the formula.
Example: ‘=1+1
Excel will just display =1+1 It will be treated as a literal
string. Of course, without the single quote then the result will be displayed.
See image below:
That’s it, you can use a single quote to treat formulas as remarks
without evaluating the formula.
The other way to show formulas that has been evaluated is to
press: Ctrl + `
Ctrl + the backtick just beside the number 1 key for US
keyboard layout.
================================
Free Android Apps:
Click links below to find out more:
Excel Keyboard guide:
Heaven's Dew Fall Prayer app for Android :
Catholic Rosary Guide for Android:
Comments
Post a Comment