ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   #NAME? (https://www.excelbanter.com/excel-programming/363224-name.html)

Dean[_8_]

#NAME?
 
When I go to some cells in my file and hit F2, then F9, it shows #NAME?, even though the value shown in the cell itself is clearly Ok, such as 15.4, as well as another cell which sums this cell with other cells (and doesn't exhibit the aforementioned f2, f9 problem)?.

What are the possible causes of this?


Don Guillett

#NAME?
 
Perhaps we could be of more help if you would copy/paste your formula(s) here.

--
Don Guillett
SalesAid Software

"Dean" wrote in message ...
When I go to some cells in my file and hit F2, then F9, it shows #NAME?, even though the value shown in the cell itself is clearly Ok, such as 15.4, as well as another cell which sums this cell with other cells (and doesn't exhibit the aforementioned f2, f9 problem)?.

What are the possible causes of this?


Dean[_8_]

#NAME?
 
Ok, it is below. Certainly, it is complex. I can tell you that I am not having the problem with another cell that has the same if/cell/override function combo, nor one that only has the eomonth function. Perhaps, combining the two is more than it can handle? Thanks Dean

=IF(CELL("TYPE",Override!U71)="V",Override!U71/1000,IF(AND(U$7=EOMONTH(CostSpread!$E18,0),U$7<=E OMONTH(CostSpread!$G18,0)),CostSpread!$H18,0))/1000
"Don Guillett" wrote in message ...
Perhaps we could be of more help if you would copy/paste your formula(s) here.

--
Don Guillett
SalesAid Software

"Dean" wrote in message ...
When I go to some cells in my file and hit F2, then F9, it shows #NAME?, even though the value shown in the cell itself is clearly Ok, such as 15.4, as well as another cell which sums this cell with other cells (and doesn't exhibit the aforementioned f2, f9 problem)?.

What are the possible causes of this?


Dean[_8_]

#NAME?
 
Actually, I started simplifying the function by repalcing complex functions from left to right and after I went only this far (put in the 6) , the problem went away!

=IF(1=2,3,IF(AND(U$7=6,U$7<=EOMONTH(CostSpread!$G 31,0)),CostSpread!$H31,0))/1000
"Dean" wrote in message ...
Ok, it is below. Certainly, it is complex. I can tell you that I am not having the problem with another cell that has the same if/cell/override function combo, nor one that only has the eomonth function. Perhaps, combining the two is more than it can handle? Thanks Dean

=IF(CELL("TYPE",Override!U71)="V",Override!U71/1000,IF(AND(U$7=EOMONTH(CostSpread!$E18,0),U$7<=E OMONTH(CostSpread!$G18,0)),CostSpread!$H18,0))/1000
"Don Guillett" wrote in message ...
Perhaps we could be of more help if you would copy/paste your formula(s) here.

--
Don Guillett
SalesAid Software

"Dean" wrote in message ...
When I go to some cells in my file and hit F2, then F9, it shows #NAME?, even though the value shown in the cell itself is clearly Ok, such as 15.4, as well as another cell which sums this cell with other cells (and doesn't exhibit the aforementioned f2, f9 problem)?.

What are the possible causes of this?


Dean[_8_]

#NAME?
 
Actually, I now see that just the AND function with the two eomonth functions shows the problem. Any thoughts?

As an aside, this was a valuable question for me to have asked since it caused me to realize that my formula, while valid (so my question still is worth addressing), was wrong in that, if the first IF were true, I would be dividing by 1000 twice, which was not my intent!

Dean


"Dean" wrote in message ...
Actually, I started simplifying the function by repalcing complex functions from left to right and after I went only this far (put in the 6) , the problem went away!

=IF(1=2,3,IF(AND(U$7=6,U$7<=EOMONTH(CostSpread!$G 31,0)),CostSpread!$H31,0))/1000
"Dean" wrote in message ...
Ok, it is below. Certainly, it is complex. I can tell you that I am not having the problem with another cell that has the same if/cell/override function combo, nor one that only has the eomonth function. Perhaps, combining the two is more than it can handle? Thanks Dean

=IF(CELL("TYPE",Override!U71)="V",Override!U71/1000,IF(AND(U$7=EOMONTH(CostSpread!$E18,0),U$7<=E OMONTH(CostSpread!$G18,0)),CostSpread!$H18,0))/1000
"Don Guillett" wrote in message ...
Perhaps we could be of more help if you would copy/paste your formula(s) here.

--
Don Guillett
SalesAid Software

"Dean" wrote in message ...
When I go to some cells in my file and hit F2, then F9, it shows #NAME?, even though the value shown in the cell itself is clearly Ok, such as 15.4, as well as another cell which sums this cell with other cells (and doesn't exhibit the aforementioned f2, f9 problem)?.

What are the possible causes of this?


Dave Peterson

#NAME?
 
From the help on Eomonth:

If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in.

Tools|Addins|check Analysis toolpak.

If it isn't listed, you may have to install it from the CD.


--

Dave Peterson


All times are GMT +1. The time now is 12:24 AM.

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