#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Date Function

I'm trying to find a formula that will take a date and give a result of the
beggining of the next month. So if the cell has 8/15/2006, the forumula
returns 9/1/2006. If the cell has 8/25/2006, the cell returns 9/1/2006. Any
help is appreciated
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Date Function

With date in A1:

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

"Woody13" wrote:

I'm trying to find a formula that will take a date and give a result of the
beggining of the next month. So if the cell has 8/15/2006, the forumula
returns 9/1/2006. If the cell has 8/25/2006, the cell returns 9/1/2006. Any
help is appreciated

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Date Function

Thanks. I also used =+EOMONTH(B4,0)+1

"Toppers" wrote:

With date in A1:

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

"Woody13" wrote:

I'm trying to find a formula that will take a date and give a result of the
beggining of the next month. So if the cell has 8/15/2006, the forumula
returns 9/1/2006. If the cell has 8/25/2006, the cell returns 9/1/2006. Any
help is appreciated

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Date Function

On Tue, 15 Aug 2006 11:34:02 -0700, Woody13
wrote:

I'm trying to find a formula that will take a date and give a result of the
beggining of the next month. So if the cell has 8/15/2006, the forumula
returns 9/1/2006. If the cell has 8/25/2006, the cell returns 9/1/2006. Any
help is appreciated


If you don't want to use the Analysis Tool Pak:

=A1-DAY(A1)+33-DAY(A1-DAY(A1)+32)


--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
Date function in Excel that updates only when a doc is changed? torino0020 Excel Worksheet Functions 1 January 5th 06 03:00 AM
Date Function Khangura Excel Discussion (Misc queries) 1 December 21st 05 09:33 AM
date format and the RIGHT function Rich Hayes Excel Worksheet Functions 0 December 19th 05 11:06 AM
Date function Dee Excel Worksheet Functions 2 July 13th 05 03:32 PM
Is there a function to show future date taxmom Excel Worksheet Functions 2 March 4th 05 09:23 PM


All times are GMT +1. The time now is 05:39 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"