Formula is not working

maheshmaxi

Active Member
Joined
Dec 16, 2008
Messages
252
Hi,

I am working in an Excel (2007) file which doesn't execute any formula. It shows the formula only in the cell not the result. Even tried basic formulas like sum. No result found. Can anyone help me on this
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Hello,

Look at the formulas tab in the ribbon.

In the formula auditing box look for 'show formula' and click it.

or

use th ekeyboard short cut:

CTRL + `
(the key to the left of the number 1)

Does that work?
 
Upvote 0
Just to clarify, you did not include the plus sign right?

In other words it is just two keys.

Also did you try going to the formula tab as described previously?
 
Upvote 0
Here is a line of code that basically does the same:



Sub Macro1()
ActiveWindow.DisplayFormulas = False
End Sub





To use copy the above
Press ALT F11
Keystrokes ALT - I - M
Paste into the module
then use the green play button or Alt F8 and choose macro1.
 
Upvote 0
No. There is no plus sign in my formula. Actually i was trying to put vlookup formula. But it shows formula only. So I tried basic sum formula. But I got the same thing, no result. I am aware of display formula thing already. But I dont think this is related to that. Some times it shows result in this file and other times it is not.
 
Upvote 0
Highlight the column that contains the formula that is being displayed.

Go to format cells and remove Text format (choose e.g. General).

Next go to Text to Columns:
Step 1: Delmited
Step 2: Clear all delimiters
Step 3: Click Finish
 
Upvote 0

Forum statistics

Threads
1,224,542
Messages
6,179,424
Members
452,914
Latest member
echoix

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top