Thread: Adding days
View Single Post
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Try one of these:

This one requires that the Analysis ToolPak be installed:

=IF(DAY(C6)<=15,DATE(YEAR(C6),MONTH(C6),15),EOMONT H(C6,0))

OR

=IF(DAY(C6)<=15,DATE(YEAR(C6),MONTH(C6),15),DATE(Y EAR
(C6),MONTH(C6)+1,0))

Biff

-----Original Message-----
What formula would I use in H6 to have that results be:
Jan 15 2005 if Jan 1 2005 is entered into C6 and
Jan 31 2005 if Jan 16 i2005 is entered into C6?

I am trying to put together an employee time sheet that

shows paydays from
the 1st to the 15th and from the 16th to the end of the

month.

xl2k
Thanks
Mike R.

.