View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey Duke Carey is offline
external usenet poster
 
Posts: 1,081
Default Advancing date to the first of next month?

Your formula works for me. However, another approach is to ensure that the
Analysis Toolpak add-in is installed (Tools-Addins & make sure Analysis
Toolpak is checked) and use this formula

=eomonth(a1,0)+10



"Statesman" wrote:

I have a "start date" of 12/17/06 & I need a formula that will advance first
billing date to 01/10/05. I'm already using "=date(year(a1),month(a1)+1,10)".
When going from December to January, I'm getting #NUM! Thanks!!