ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I return the 10th day of the following month? (https://www.excelbanter.com/excel-worksheet-functions/152308-how-do-i-return-10th-day-following-month.html)

Statesman

How do I return the 10th day of the following month?
 
From a "start date" in current month; I want to return a billing due date to
always be the 10th of the following month.

Teethless mama

How do I return the 10th day of the following month?
 
=DATE(YEAR(A1),MONTH(A1)+1,10)

"Statesman" wrote:

From a "start date" in current month; I want to return a billing due date to
always be the 10th of the following month.


Ron Coderre

How do I return the 10th day of the following month?
 
Try this:

A1: (a date)

This formula returns the 10th day of month after the month containing A1

B1: =DATE(YEAR(A1),MONTH(A1)+1,10)

Does that help?
***********
Regards,
Ron

XL2003, WinXP


"Statesman" wrote:

From a "start date" in current month; I want to return a billing due date to
always be the 10th of the following month.


Sandy Mann

How do I return the 10th day of the following month?
 
Just another way:

=A1+33-DAY(A1+33)+10

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Statesman" wrote in message
...
From a "start date" in current month; I want to return a billing due date
to
always be the 10th of the following month.




Roger Govier[_2_]

How do I return the 10th day of the following month?
 
Hi Sandy

It works fine until A1 contains either the 30th or 31st of a month, when it
give the 10th of the month two months hence.

--
Regards
Roger Govier



"Sandy Mann" wrote in message
...
Just another way:

=A1+33-DAY(A1+33)+10

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Statesman" wrote in message
...
From a "start date" in current month; I want to return a billing due date
to
always be the 10th of the following month.






Sandy Mann

How do I return the 10th day of the following month?
 
Thanks for the catch Roger. A way around it would be:

=A1-DAY(A1)+33-DAY(A1-DAY(A1)+33)+10

But that is using three function calls again so the OP would be as well to
use the DATE() formula although after that my original formula could be
used. However, I always prefer to use consistent formulas wherever
possible.

--
Regards,


Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Roger Govier" wrote in message
...
Hi Sandy

It works fine until A1 contains either the 30th or 31st of a month, when
it give the 10th of the month two months hence.

--
Regards
Roger Govier



"Sandy Mann" wrote in message
...
Just another way:

=A1+33-DAY(A1+33)+10

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Statesman" wrote in message
...
From a "start date" in current month; I want to return a billing due
date to
always be the 10th of the following month.











Statesman

How do I return the 10th day of the following month?
 
This is GREAT!! Now I need to know how to roll the billing date to the 10th
of next month & year (ie: 01/10/07) when the current month is December (ie:
(12/08/06). Thanks!!

"Teethless mama" wrote:

=DATE(YEAR(A1),MONTH(A1)+1,10)

"Statesman" wrote:

From a "start date" in current month; I want to return a billing due date to
always be the 10th of the following month.


T. Valko

How do I return the 10th day of the following month?
 
The DATE function is smart! It will automatically adjust the year.

A1 = 12/8/2006

=DATE(YEAR(A1),MONTH(A1)+1,10)

Returns: 1/10/2007

--
Biff
Microsoft Excel MVP


"Statesman" wrote in message
...
This is GREAT!! Now I need to know how to roll the billing date to the
10th
of next month & year (ie: 01/10/07) when the current month is December
(ie:
(12/08/06). Thanks!!

"Teethless mama" wrote:

=DATE(YEAR(A1),MONTH(A1)+1,10)

"Statesman" wrote:

From a "start date" in current month; I want to return a billing due
date to
always be the 10th of the following month.





All times are GMT +1. The time now is 03:14 AM.

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