View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default How to determine the number of months between 2 periods?

try:

=DATEDIF(A2,A1,"m")

"Eric" wrote:

Does anyone have any suggestions on how to determine the number of months
between 2 periods? the default day is always 1 for both periods.
such as
1997-10-1 [A1] and 1996-10-1[A2]
then return 12 in cell B1
Does anyone have any suggestions?
Thank in advance for any suggestions?
Eric