View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default EDATE does not work

=DATE(YEAR(A2),MONTH(A2)+2,DAY(A2))

--
Don Guillett
SalesAid Software

"Wiley" wrote in message
...
I found the neat little edate function in one of the forum answers, which
is
exactly what I need. However, my formula:
=edate(A1,3)
does not work. I get #NAME. Problem is that the Analysis ToolPak appears
to be installed, as it does have a checkmark next to it. Here at work,
the
systems people keep tight control over PC's. Users don't have any admin
rights. Otherwise, I would try to uncheck it and reinstall it.

Any ideas?