Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 113
Default formula to return 1st of the month following 60 days

Hello -

I need, please, a formula to return the following. So, if someone started
working with us on 10/15/09, the 1st of the month following 60 days of
employment would be 1/1/10. That's what I need.

THANK YOU!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default formula to return 1st of the month following 60 days

What about 1st of a month say 10/1/2009

'If you expect 1/1/10 then use
=DATE(YEAR(A1),MONTH(A1)+3,0)+1

'if you expect 12/1/09 then use the below version
=DATE(YEAR(A1-1),MONTH(A1-1)+3,0)+1

Regards

Jacob


"Jessica" wrote:

Hello -

I need, please, a formula to return the following. So, if someone started
working with us on 10/15/09, the 1st of the month following 60 days of
employment would be 1/1/10. That's what I need.

THANK YOU!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default formula to return 1st of the month following 60 days

Try this...

A1 = some date

=DATE(YEAR(A1+60),MONTH(A1+60)+1,1)

--
Biff
Microsoft Excel MVP


"Jessica" wrote in message
...
Hello -

I need, please, a formula to return the following. So, if someone started
working with us on 10/15/09, the 1st of the month following 60 days of
employment would be 1/1/10. That's what I need.

THANK YOU!



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default formula to return 1st of the month following 60 days

=DATE(YEAR(A1+60),MONTH(A1+60)+1,1)

or (if you have Analysis ToolPak installed) =EOMONTH(A1+60,0)+1
--
David Biddulph

"Jessica" wrote in message
...
Hello -

I need, please, a formula to return the following. So, if someone started
working with us on 10/15/09, the 1st of the month following 60 days of
employment would be 1/1/10. That's what I need.

THANK YOU!



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
Formula to Return the next 1st Tuesday of a Month Sean Excel Worksheet Functions 42 December 3rd 07 08:22 AM
To detect month or days or year in if formula ShamsulZ Excel Discussion (Misc queries) 1 November 6th 06 07:47 AM
I'm looking for a formula to calc # of days left in a month Manthony Excel Worksheet Functions 3 June 6th 06 03:15 PM
inputing different days in a month for a formula I need to sort the items by their item Excel Discussion (Misc queries) 5 August 26th 05 12:05 PM
Formula for # of sales days in a month? Kerry Rosvold Excel Worksheet Functions 2 June 1st 05 09:11 PM


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

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

About Us

"It's about Microsoft Excel"