View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Trev[_2_] Trev[_2_] is offline
external usenet poster
 
Posts: 32
Default Adding .45 months to a date

I have a project estimation worksheet where I am calculating the number of
months remaining, then adding the current date + Months using
=DATE(YEAR(C11),MONTH(C11)+H11,DAY(C11)) where C11 is the current date and
H11 is the number of months expressed at a number. It works fine when the
month field is 1. When the month field is <1 it totally ignores it and the
result ends up being = the start date. Is this "By Design" or a bug?