Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi I need a couple of date formulas for invoices recieved, eg. invoice date
is 14/03/2010, payment terms are end of month following. so i need excel to calculate that the due date is in this case 1/05/2010 is the due date. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try
=DATE(YEAR(A1),MONTH(A1)+2,1) -- Jacob (MVP - Excel) "d7" wrote: Hi I need a couple of date formulas for invoices recieved, eg. invoice date is 14/03/2010, payment terms are end of month following. so i need excel to calculate that the due date is in this case 1/05/2010 is the due date. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Unless d7 really meant what he said in the first half of the post, which was
"end of month following". That would be this: =DATE(YEAR(A1),MONTH(A1)+2,0) Jacob Skaria wrote: Try =DATE(YEAR(A1),MONTH(A1)+2,1) "d7" wrote: Hi I need a couple of date formulas for invoices recieved, eg. invoice date is 14/03/2010, payment terms are end of month following. so i need excel to calculate that the due date is in this case 1/05/2010 is the due date. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
And if you are using XL2007 and above, or if you have the Analysis ToolPak
add-in selected for XL2003 or earlier, then you can use this formula... =EOMONTH(A1,1)+1 Remove the "+1" part if you really meant end of the month and not first of the month after the end of the month. -- Rick (MVP - Excel) "d7" wrote in message ... Hi I need a couple of date formulas for invoices recieved, eg. invoice date is 14/03/2010, payment terms are end of month following. so i need excel to calculate that the due date is in this case 1/05/2010 is the due date. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Formula with 2 conditions met needed | Excel Discussion (Misc queries) | |||
Date Conversion Formula Needed | Excel Worksheet Functions | |||
Date formula needed | Excel Worksheet Functions | |||
Date formula needed | Excel Discussion (Misc queries) | |||
Custom Date formula needed | Excel Worksheet Functions |