EOMONTH formula randomly converts to NA

D

Duke

I have built spreadsheets in Excel 2003 using the EOMONTH formula with no
problems. I am now using 2007 but sometimes have to send the work to people
in 2003 format. THe problem is that the EOMONTH formulas randomly convert.
That is the speadsheet may work fine for months, then the formula will be
replaced with NA. Has anyone else seen this and are there any suggestions or
fixes.

Thanks
 
P

Peo Sjoblom

You could replace the eomonth formulas with functions not from the Analysis
ToolPak


Can you post an example

--


Regards,


Peo Sjoblom
 
D

Duke

Thanks, an example would be

EOMONTH($B$1,-1), where b1 is 4/25/08 and I want to know the date for the
end of the month prior to 4/25/08
 
T

T. Valko

I've seen this problem mentioned in these forums "a lot". I've not
experienced it (yet!).

A non-ATP replacement for:

=EOMONTH($B$1,-1)

=B1-DAY(B1)

Format as Date
 
D

Duke

Thanks
--
Duke


T. Valko said:
I've seen this problem mentioned in these forums "a lot". I've not
experienced it (yet!).

A non-ATP replacement for:

=EOMONTH($B$1,-1)

=B1-DAY(B1)

Format as Date
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top