View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.misc
tdc1976[_2_] tdc1976[_2_] is offline
external usenet poster
 
Posts: 2
Default calculating due dates and february differences


The data is used to calculate the end of a certification period for medicare
hospice, I am pasteing in the formula that we currently are using...

Doe, John 1/1/2008
Doe, John =SUM(89,B1)
Doe, John =SUM(90,B2)
Doe, John =SUM(60,B3)

I really appreciate any assistance that may be provided as I am self taught
on excel and just need to ensure that we have the most accurate dates
available.

Thank you

"Fred Smith" wrote:

It's time to end the guessing. "I think it's this" and "something like this"
won't help. Knowing will. Why don't you tell us the data and the formula?
That's the only way we're going to be able to help you.

Regards,
Fred.

"tdc1976" wrote in message
...
I don't think that it using days360 to add dates... as it stands the first
entry (ie A2) is entered as 1/26/2008

Thank you for any assistance.
tdc1976

"Fred Smith" wrote:

Excel knows the number of days in February for every year except 1900. So
unless you're dealing with that year, it's not an Excel problem.

Are you perhaps using Days360 to add dates? That would cause February to
have 30 days.

Regards,
Fred.

"
wrote
in message ...
I have a spreadsheet that takes a start date and calculates the date
that a
recertification is due. There are 4 certification periods 90days,
90days,
60days and 60days. My current formula looks something like this
B2=A1+89,
C2=B2+90, D2=C2+60.

This has been working fine except that Excel is considering February
has
30
days vice 29, is there a way to fix this?

Or to make the process simplier?

Any help would be gratefully accepted.