View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Date Calculation

Ooops!

Disregard. I see you wanted the 15th and 30th, not the eomonth!

--
Biff
Microsoft Excel MVP


"T. Valko" wrote in message
...
Try this:

Enter the first date in cell A1, either the 15th or last date for a
particular month: 1/15/2008 or 1/31/2008

Enter this formula in B1 and copy across as needed:

=IF(DAY(A1)15,A1+15,A1+17-DAY(A1+17))

Format as DATE

--
Biff
Microsoft Excel MVP


"WLMPilot" wrote in message
...
I have a worksheet with columns that represent the dates that I get paid.
I
get paid on the 15th and 30th of each month, unless, it is Feb, then the
last
day of the month (28th or 29th).

I want to be able to have the date calculated automatically. I can
figure
the calculation for the 30th (previous date + 15), but I don't know if
there
is an easy way to calculate the 15th since the number of days in a month
vary.

Any help greatly appreciated!!

Les