ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Excel F9 error (https://www.excelbanter.com/excel-worksheet-functions/141622-excel-f9-error.html)

KCM Andrea

Excel F9 error
 
I'm working with a new spreadsheet project in my company and am having an
issue. When I press F9 to update the formulas, it replaces every single
formula cell with #NAME?. What is the issue and how do I fix it.

Jim Cone

Excel F9 error
 

Go to the Tools menu and select Add-ins.
In the displayed list Checkmark "Analysis ToolPak"
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"KCM Andrea" <KCM
wrote in message
I'm working with a new spreadsheet project in my company and am having an
issue. When I press F9 to update the formulas, it replaces every single
formula cell with #NAME?. What is the issue and how do I fix it.

KCM Andrea

Excel F9 error
 
I've done that and it still does not correct the error

"Jim Cone" wrote:


Go to the Tools menu and select Add-ins.
In the displayed list Checkmark "Analysis ToolPak"
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"KCM Andrea" <KCM
wrote in message
I'm working with a new spreadsheet project in my company and am having an
issue. When I press F9 to update the formulas, it replaces every single
formula cell with #NAME?. What is the issue and how do I fix it.


Jim Cone

Excel F9 error
 

The formulas all have to be recalculated.
Select a problem cell, press F2 and Enter.
If that works, repeat for all #Name cells.
If you have lots of then this macro will do it for you.
Select cells before running it...
'----
Sub MakeThemWork()
Dim rcell As Range
For Each rcell In Selection.Cells
rcell.Formula = rcell.Formula
Next
End Sub
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"KCM Andrea"
<KCM
wrote in message
I've done that and it still does not correct the error



"Jim Cone" wrote:

Go to the Tools menu and select Add-ins.
In the displayed list Checkmark "Analysis ToolPak"
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"KCM Andrea" <KCM
wrote in message
I'm working with a new spreadsheet project in my company and am having an
issue. When I press F9 to update the formulas, it replaces every single
formula cell with #NAME?. What is the issue and how do I fix it.


Harlan Grove[_2_]

Excel F9 error
 
"Jim Cone" wrote...
....
If you have lots of then this macro will do it for you.

....

Simpler by far just to replace = with = .


Harlan Grove[_2_]

Excel F9 error
 
Harlan Grove wrote...
"Jim Cone" wrote...

...If you have lots of then this macro will do it for you.

...

Simpler by far just to replace = with = .


Even simpler, [Ctrl]+[Alt]+[F9] (full recalc) should work.



Jim Cone

Excel F9 error
 

Harlan,
I've never gotten the ctrl + Alt + F9 to work for me in
that situation.
Replacing the equal sign sounds like the way to go, especially
when the response to running a macro is likely to be "what's that?"
Jim Cone


"Harlan Grove"
wrote in message
Harlan Grove wrote...
"Jim Cone" wrote...

...If you have lots of then this macro will do it for you.

...

Simpler by far just to replace = with = .


Even simpler, [Ctrl]+[Alt]+[F9] (full recalc) should work.




All times are GMT +1. The time now is 01:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com