ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Help needed with a formula for dates in excel 2007 (https://www.excelbanter.com/excel-worksheet-functions/259106-help-needed-formula-dates-excel-2007-a.html)

dloc

Help needed with a formula for dates in excel 2007
 
I need help with a formula for dates in excel 2007

If Pay Date is from the 1st to the 15th of the month then Remit Date would
be the 25th of the same month.
If Pay Date is after the 15th, the Remit Date would be the 10th of the
following month.

a1= Pay Date b1=Remit Date
01-04-10 01-25-10
01-18-10 02-10-10
02-15-10 02-25-10
02-26-10 03-10-10, etc

This is what I have so far, it works for Jan, but not Feb or Mar.

=IF(Wages_2010[[#This Row],[Pay
Date]]<=DATE(2010,1,15),DATE(2010,1,25),DATE(2010,MONTH( 1)+1,10))

I need something that will work for the entire year, without having to
change the formula every month.

Thanks


Teethless mama

Help needed with a formula for dates in excel 2007
 
=DATE(YEAR(A1),MONTH(A1)+(DAY(A1)15),10+(DAY(A1)< 16)*15)


"dloc" wrote:

I need help with a formula for dates in excel 2007

If Pay Date is from the 1st to the 15th of the month then Remit Date would
be the 25th of the same month.
If Pay Date is after the 15th, the Remit Date would be the 10th of the
following month.

a1= Pay Date b1=Remit Date
01-04-10 01-25-10
01-18-10 02-10-10
02-15-10 02-25-10
02-26-10 03-10-10, etc

This is what I have so far, it works for Jan, but not Feb or Mar.

=IF(Wages_2010[[#This Row],[Pay
Date]]<=DATE(2010,1,15),DATE(2010,1,25),DATE(2010,MONTH( 1)+1,10))

I need something that will work for the entire year, without having to
change the formula every month.

Thanks


dloc

Help needed with a formula for dates in excel 2007
 
Perfect, thank you!

"Teethless mama" wrote:

=DATE(YEAR(A1),MONTH(A1)+(DAY(A1)15),10+(DAY(A1)< 16)*15)


"dloc" wrote:

I need help with a formula for dates in excel 2007

If Pay Date is from the 1st to the 15th of the month then Remit Date would
be the 25th of the same month.
If Pay Date is after the 15th, the Remit Date would be the 10th of the
following month.

a1= Pay Date b1=Remit Date
01-04-10 01-25-10
01-18-10 02-10-10
02-15-10 02-25-10
02-26-10 03-10-10, etc

This is what I have so far, it works for Jan, but not Feb or Mar.

=IF(Wages_2010[[#This Row],[Pay
Date]]<=DATE(2010,1,15),DATE(2010,1,25),DATE(2010,MONTH( 1)+1,10))

I need something that will work for the entire year, without having to
change the formula every month.

Thanks



All times are GMT +1. The time now is 10:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com