#1   Report Post  
Posted to microsoft.public.excel.misc
Edfermo
 
Posts: n/a
Default Round up month


How do I calculate the "the 1st day of the month following 60 (or any
number of days) days"


--
Edfermo
------------------------------------------------------------------------
Edfermo's Profile: http://www.excelforum.com/member.php...o&userid=29231
View this thread: http://www.excelforum.com/showthread...hreadid=489547

  #2   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default Round up month

If you ALWAYS need to go to the first of the following month,
=date(year(today()+60),month(today()+60)+1,1). If that 60-day wait winds up
on the 1st and you then DON'T need to wait for the first of the following
month, make it conditional:
=if(day(today()+60)=1,today()+60,date(year(today() +60),month(today()+60)+1,1)).

"Edfermo" wrote:


How do I calculate the "the 1st day of the month following 60 (or any
number of days) days"


--
Edfermo
------------------------------------------------------------------------
Edfermo's Profile: http://www.excelforum.com/member.php...o&userid=29231
View this thread: http://www.excelforum.com/showthread...hreadid=489547


  #3   Report Post  
Posted to microsoft.public.excel.misc
Ron Rosenfeld
 
Posts: n/a
Default Round up month

On Wed, 30 Nov 2005 13:30:15 -0600, Edfermo
wrote:


How do I calculate the "the 1st day of the month following 60 (or any
number of days) days"



If I understand you correctly, you wish to add 60 to some date, and then find
the first of the month of that new date.

=A1+61-DAY(A1+60)


--ron
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
Working days left in the month compared to previous months qwopzxnm Excel Worksheet Functions 8 October 24th 05 08:00 PM
Referencing data in different worksheet based on month name cosmo_canuck Excel Worksheet Functions 3 August 22nd 05 07:27 AM
Round date to first of month Dominic Excel Discussion (Misc queries) 3 July 14th 05 11:21 PM
Round whole numbers up and down JoeBed Excel Discussion (Misc queries) 4 July 5th 05 05:21 PM
Month Year Date Format Jamie Excel Worksheet Functions 2 February 7th 05 06:43 PM


All times are GMT +1. The time now is 07:14 AM.

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"