SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[excel] MS Excel showing the formula in a cell instead of the resulting value
Home
Question
MS Excel showing the formula in a cell instead of the resulting value
Make sure that...
There's an
=
sign before the formula
There's no white space before the
=
sign
There are no quotes around the formula (must be
=A1
, instead of
"=A1"
)
You're not in formula view (hit
Ctrl + `
to switch between modes)
The cell format is set to
General
instead of
Text
If simply changing the format doesn't work, hit
F2, Enter
Undoing actions (CTRL+Z) back until the value shows again and then simply redoing all those actions with CTRL-Y also worked for some users
Examples related to
excel
•
Python: Pandas pd.read_excel giving ImportError: Install xlrd >= 0.9.0 for Excel support
•
Converting unix time into date-time via excel
•
How to increment a letter N times per iteration and store in an array?
•
'Microsoft.ACE.OLEDB.16.0' provider is not registered on the local machine. (System.Data)
•
How to import an Excel file into SQL Server?
•
Copy filtered data to another sheet using VBA
•
Better way to find last used row
•
Could pandas use column as index?
•
Check if a value is in an array or not with Excel VBA
•
How to sort dates from Oldest to Newest in Excel?