ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Nett Date Calculation (https://www.excelbanter.com/excel-worksheet-functions/60799-nett-date-calculation.html)

Midas NDT Sales

Nett Date Calculation
 
Hi,

Can anyone suggest the answer to a simple problem, I want excel to calculate
a nett date on an invoice.

If I put a date in for example 16/12/2005 I want the sheet to return a date
that is 45 days following the end of the month. Effectively the spreadsheet
must jump to the end of the month and add 45 days to it. Hence the result
will be the same if you enter 06/12/2005.

Any help would be greatly appreciated.



Niek Otten

Nett Date Calculation
 
=EOMONTH(A1,0)+45
Format as Date

Or, if you don't have Analysis Toolpak installed,

=DATE(YEAR(A1),MONTH(A1)+1,0)+45

--
Kind regards,

Niek Otten

"Midas NDT Sales" wrote in message
...
Hi,

Can anyone suggest the answer to a simple problem, I want excel to
calculate
a nett date on an invoice.

If I put a date in for example 16/12/2005 I want the sheet to return a
date
that is 45 days following the end of the month. Effectively the
spreadsheet
must jump to the end of the month and add 45 days to it. Hence the result
will be the same if you enter 06/12/2005.

Any help would be greatly appreciated.





Don Guillett

Nett Date Calculation
 
try
=DATE(YEAR(G3),MONTH(G3)+1,1)+45
--
Don Guillett
SalesAid Software

"Midas NDT Sales" wrote in message
...
Hi,

Can anyone suggest the answer to a simple problem, I want excel to
calculate
a nett date on an invoice.

If I put a date in for example 16/12/2005 I want the sheet to return a
date
that is 45 days following the end of the month. Effectively the
spreadsheet
must jump to the end of the month and add 45 days to it. Hence the result
will be the same if you enter 06/12/2005.

Any help would be greatly appreciated.





Peo Sjoblom

Nett Date Calculation
 
Date in A1

=DATE(YEAR(A1),MONTH(A1)+1,0)+45


--

Regards,

Peo Sjoblom


"Midas NDT Sales" wrote in message
...
Hi,

Can anyone suggest the answer to a simple problem, I want excel to

calculate
a nett date on an invoice.

If I put a date in for example 16/12/2005 I want the sheet to return a

date
that is 45 days following the end of the month. Effectively the

spreadsheet
must jump to the end of the month and add 45 days to it. Hence the result
will be the same if you enter 06/12/2005.

Any help would be greatly appreciated.





Midas NDT Sales

Nett Date Calculation
 
Perfect,

Many thanks for all your help.




All times are GMT +1. The time now is 08:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com