View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default Copy Down A formula advice......

Format as mm/dd/yy and you'll see what's going wrong

You'll have to think about what you mean by "same day" for a month where that day doesn't exist.
Once you know, post again. There is always a solution.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Dermot" wrote in message ...
|I create this formula and copied it down.
|
| =DATE(YEAR(B5), MONTH(B5)+1, DAY(B5))
|
| I have custom formatted the date: mm/yy
|
| It works fine for most month sequences but when I enter an end of month date
| like 31/01/2005 and copy it down....February is missing...
|
| Mar-05
| Apr-05
| May-05
|
| Can any one explain what I am overlooking?
|
| Thanks in advance
|
|