![]() |
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. |
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. |
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. |
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. |
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. |
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. |
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