Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default asign the next 10th as the due date.

my invoices need to show a due date of the 10th of the following month
provided the current date is no later than the 27th.

an invoice going out on 6/26/2008 should show a due date of 7/10/2008.

working with dates in excel is new to me, any help would be welcome.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default asign the next 10th as the due date.

What if it **is** after the 27th... what should be shown then? You will
probably answer this with your answer to the previous question, but in case
not<g, what if the current date is before the 10th of the current month?

Rick


"slow but sure" <slow but wrote in message
...
my invoices need to show a due date of the 10th of the following month
provided the current date is no later than the 27th.

an invoice going out on 6/26/2008 should show a due date of 7/10/2008.

working with dates in excel is new to me, any help would be welcome.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 213
Default asign the next 10th as the due date.

my invoices need to show a due date of the 10th of the following month
provided the current date is no later than the 27th.

an invoice going out on 6/26/2008 should show a due date of 7/10/2008.


With the invoice-going-out date in A1, maybe something like this would
work:
=EOMONTH(A1,--(DAY(A1)27))+10
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default asign the next 10th as the due date.

hi
what happens if the current date is after the 27th?
using your example of 6/26/08, a formula could work...
=DATE(YEAR(D2),MONTH(D2)+1,10)
however, we need to work in the question above for a more complete solution.

Regards
FSt1

"slow but sure" wrote:

my invoices need to show a due date of the 10th of the following month
provided the current date is no later than the 27th.

an invoice going out on 6/26/2008 should show a due date of 7/10/2008.

working with dates in excel is new to me, any help would be welcome.


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
How do I return the 10th day of the following month? Statesman Excel Worksheet Functions 7 July 31st 07 07:27 PM
HOW TO ASIGN SAME NAME TO TWO DIFFERENT RANGES IN SEPARAT SHEETS Satyapal Kaushal Excel Discussion (Misc queries) 1 June 5th 07 01:31 PM
Round to the nearset 10th Ed Excel Discussion (Misc queries) 3 December 21st 06 06:27 PM
Plot every 10th pt Jeff Charts and Charting in Excel 1 May 18th 06 03:58 PM
How can I asign a number value to a text line in Excel? AIF_GoofyDo2 Charts and Charting in Excel 0 December 6th 04 01:19 AM


All times are GMT +1. The time now is 04:05 PM.

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"