Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default 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.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default 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.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 698
Default 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.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default 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.



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 57
Default 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.





  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default 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.










Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Function to return a month name from a number (1-12) that is not a Chuck M Excel Worksheet Functions 7 July 27th 07 08:35 PM
Return mm/dd/yy based on 1st Day of Month Ken Excel Worksheet Functions 5 February 9th 07 07:15 PM
Return Maximum value for Specific Month(s) Sam via OfficeKB.com Excel Worksheet Functions 5 December 6th 06 07:42 PM
return month from a date Dave F Excel Discussion (Misc queries) 6 November 12th 06 05:12 PM
Return 1st of the Month JJalomo Excel Worksheet Functions 12 May 18th 05 03:52 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"