Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default EDATE returns #NA Error when Excel opened again

Hi,

I use the EDATE function a lot. My setting are set to 'Automatic
Calculation' and Analysis toll pack is also added in. However, when i open
files with the EDATE function used, the relevant cell returns the #NA result.
Any ideas why this might happen and how I can get a permanenet solution?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default EDATE returns #NA Error when Excel opened again

On Wed, 20 Feb 2008 05:27:01 -0800, SalD
wrote:

Hi,

I use the EDATE function a lot. My setting are set to 'Automatic
Calculation' and Analysis toll pack is also added in. However, when i open
files with the EDATE function used, the relevant cell returns the #NA result.
Any ideas why this might happen and how I can get a permanenet solution?

Thanks


Post your formula and it's precedents.

I'll guess there is a problem with your data.

Also, what version of Excel???
--ron
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default EDATE returns #NA Error when Excel opened again

Cell A1 = 1-Apr-08
Cell A2 = 36
Cell A3 = edate(A1,A2)

I get the result as 1-Apr-11 when I enter the formula. All calculations
dependent on the date are also performed perfectly well. It's only when I
close and re-open the file that I lose the date and get a #NA result.

I am using Excel 2007.

Thanks,

"Ron Rosenfeld" wrote:

On Wed, 20 Feb 2008 05:27:01 -0800, SalD
wrote:

Hi,

I use the EDATE function a lot. My setting are set to 'Automatic
Calculation' and Analysis toll pack is also added in. However, when i open
files with the EDATE function used, the relevant cell returns the #NA result.
Any ideas why this might happen and how I can get a permanenet solution?

Thanks


Post your formula and it's precedents.

I'll guess there is a problem with your data.

Also, what version of Excel???
--ron

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default EDATE returns #NA Error when Excel opened again

On Wed, 20 Feb 2008 06:42:00 -0800, SalD
wrote:

Cell A1 = 1-Apr-08
Cell A2 = 36
Cell A3 = edate(A1,A2)

I get the result as 1-Apr-11 when I enter the formula. All calculations
dependent on the date are also performed perfectly well. It's only when I
close and re-open the file that I lose the date and get a #NA result.

I am using Excel 2007.

Thanks,


Are the values in A1 and/or A2 the result of formulas, or are they entered
directly as values. If formulas, what are they?

Does either A1 or A2 also show #NA?

If you click on A3 while it is showing #NA, do you get a button with "Trace
Error" showing in the click menu? If so, what does that show?

#NA usually means that the function is lacking some information. Does the #NA
go away if you force a recalculation? IF so, do you have calculation set to
automatic?
--ron
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default EDATE returns #NA Error when Excel opened again

Cells A1 and A2 are entered as values and not formulas. And both these cells
do not show a #NA result.

The Trace Error button for cell A3 gives the message "A value is not
available to the formula or function"

My calculations setting are set to Automatic. And the #NA does not go away
if I force a recalculation.

Does Excel 2007 have any specific issues in dealing with date functions?

"Ron Rosenfeld" wrote:

On Wed, 20 Feb 2008 06:42:00 -0800, SalD
wrote:

Cell A1 = 1-Apr-08
Cell A2 = 36
Cell A3 = edate(A1,A2)

I get the result as 1-Apr-11 when I enter the formula. All calculations
dependent on the date are also performed perfectly well. It's only when I
close and re-open the file that I lose the date and get a #NA result.

I am using Excel 2007.

Thanks,


Are the values in A1 and/or A2 the result of formulas, or are they entered
directly as values. If formulas, what are they?

Does either A1 or A2 also show #NA?

If you click on A3 while it is showing #NA, do you get a button with "Trace
Error" showing in the click menu? If so, what does that show?

#NA usually means that the function is lacking some information. Does the #NA
go away if you force a recalculation? IF so, do you have calculation set to
automatic?
--ron



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default EDATE returns #NA Error when Excel opened again

Works fine for me in Excel 2007.

I have seen a few posts describing this behavior in Excel 2007 that uses
functions which were previously only available through the Analysis ToolPak
addin. However, I haven't been able to duplicate any of those problems.

--
Biff
Microsoft Excel MVP


"SalD" wrote in message
...
Cells A1 and A2 are entered as values and not formulas. And both these
cells
do not show a #NA result.

The Trace Error button for cell A3 gives the message "A value is not
available to the formula or function"

My calculations setting are set to Automatic. And the #NA does not go away
if I force a recalculation.

Does Excel 2007 have any specific issues in dealing with date functions?

"Ron Rosenfeld" wrote:

On Wed, 20 Feb 2008 06:42:00 -0800, SalD
wrote:

Cell A1 = 1-Apr-08
Cell A2 = 36
Cell A3 = edate(A1,A2)

I get the result as 1-Apr-11 when I enter the formula. All calculations
dependent on the date are also performed perfectly well. It's only when
I
close and re-open the file that I lose the date and get a #NA result.

I am using Excel 2007.

Thanks,


Are the values in A1 and/or A2 the result of formulas, or are they
entered
directly as values. If formulas, what are they?

Does either A1 or A2 also show #NA?

If you click on A3 while it is showing #NA, do you get a button with
"Trace
Error" showing in the click menu? If so, what does that show?

#NA usually means that the function is lacking some information. Does
the #NA
go away if you force a recalculation? IF so, do you have calculation set
to
automatic?
--ron



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default EDATE returns #NA Error when Excel opened again

On Wed, 20 Feb 2008 20:47:00 -0800, SalD
wrote:

Cells A1 and A2 are entered as values and not formulas. And both these cells
do not show a #NA result.

The Trace Error button for cell A3 gives the message "A value is not
available to the formula or function"

My calculations setting are set to Automatic. And the #NA does not go away
if I force a recalculation.

Does Excel 2007 have any specific issues in dealing with date functions?


Unfortunately, I do not have Excel 2007 and I am not able to replicate your
problem in 2003. For some reason, it seems as if the EDATE function in A3 is
not picking up the values in A1 or A2 when you first open the workbook.

Other than trying this in a new workbook, where these entries are the only
entries, and opening a case with Microsoft support, I cannot think of anything
else. (This NOT Microsoft support -- only volunteers here).

I did a quick Google search and did not find anything relevant to this problem.
--ron
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
EDATE returns #VALUE IanC Excel Worksheet Functions 4 May 21st 07 02:58 PM
EDate Unrecognized When Spreadsheet Opened Again DallasLDY Excel Worksheet Functions 9 January 5th 07 06:29 PM
Edate function Name error SharonP. Excel Discussion (Misc queries) 1 May 2nd 06 07:21 PM
#NAME? error using EDATE Zimbob79 Excel Discussion (Misc queries) 2 March 26th 05 03:02 AM
The Help on the Excel Edate worksheet function contains an error:. Guido Excel Worksheet Functions 1 January 20th 05 01:42 PM


All times are GMT +1. The time now is 05:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"