PC Review


Reply
Thread Tools Rate Thread

Date formula needed

 
 
d7
Guest
Posts: n/a
 
      27th Apr 2010
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 With Quote
 
 
 
 
Jacob Skaria
Guest
Posts: n/a
 
      27th Apr 2010
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.
>
>
>

 
Reply With Quote
 
Glenn
Guest
Posts: n/a
 
      27th Apr 2010
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.
> >
> >
> >

 
Reply With Quote
 
Rick Rothstein
Guest
Posts: n/a
 
      27th Apr 2010
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" <(E-Mail Removed)> wrote in message
news:B3D774D5-982A-4566-8340-(E-Mail Removed)...
> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date Formula Needed Santi Microsoft Access 1 28th May 2008 09:26 PM
Date Conversion Formula Needed =?Utf-8?B?VGl0YW5pdW0=?= Microsoft Excel Worksheet Functions 20 16th Sep 2007 09:18 PM
Date formula needed =?Utf-8?B?UmljaCBIYXllcw==?= Microsoft Excel Worksheet Functions 4 9th Dec 2005 07:25 PM
Date formula needed =?Utf-8?B?VkRhbg==?= Microsoft Excel Misc 4 31st Aug 2005 04:01 PM
formula needed to calculate a date Louis Microsoft Excel Worksheet Functions 2 2nd Dec 2003 06:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:18 PM.