A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Date formula needed



 
 
Thread Tools Display Modes
  #1  
Old April 27th, 2010, 02:17 PM posted to microsoft.public.excel.worksheet.functions
d7
external usenet poster
 
Posts: 6
Default Date formula needed

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  
Old April 27th, 2010, 02:33 PM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Date formula needed

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  
Old April 27th, 2010, 02:41 PM posted to microsoft.public.excel.worksheet.functions
Glenn[_6_]
external usenet poster
 
Posts: 1,245
Default Date formula needed

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  
Old April 27th, 2010, 06:36 PM posted to microsoft.public.excel.worksheet.functions
Rick Rothstein[_2_]
external usenet poster
 
Posts: 2,013
Default Date formula needed

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.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:14 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.