Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 683
Default First Day of Next Quarter

Hi, how would one create a cell formula to return the first day of the next
quarter?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default First Day of Next Quarter

Brian,

Try this

=EOMONTH(TODAY(),MOD(MONTH(TODAY())*2,3))+1

If your using E2003 and get a NAME error then

Tools|Addins and select the analysis toolpak and re-enter the formula

Mike

"Brian" wrote:

Hi, how would one create a cell formula to return the first day of the next
quarter?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default First Day of Next Quarter

.... or =DATE(YEAR(A1),MONTH(A1)+3-MOD(MONTH(A1)+2,3),1) if you don't want to
bother with the ATP.
--
David Biddulph

Mike H wrote:
Brian,

Try this

=EOMONTH(TODAY(),MOD(MONTH(TODAY())*2,3))+1

If your using E2003 and get a NAME error then

Tools|Addins and select the analysis toolpak and re-enter the formula

Mike

"Brian" wrote:

Hi, how would one create a cell formula to return the first day of
the next quarter?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7,247
Default First Day of Next Quarter


Another way....


=DATE(YEAR(A1)+(MONTH(A1)9),CHOOSE(MONTH(A1),4,4, 4,7,7,7,10,10,10,1,1,1),1)

where the date is in cell A1. Change "A1" to "TODAY()" if you always
want to use the current date.

Cordially,
Chip Pearson
Microsoft MVP 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com
[email on web site]




On Wed, 30 Dec 2009 12:21:02 -0800, Brian
wrote:

Hi, how would one create a cell formula to return the first day of the next
quarter?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 806
Default First Day of Next Quarter

=DATE(YEAR(A1),1+FLOOR(MONTH(A1)+2,3),1)

Regards,
Bernd
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
calculating per quarter bklex New Users to Excel 2 September 13th 12 03:34 PM
quarter Kent Prokopy[_2_] Excel Worksheet Functions 4 March 24th 09 02:47 PM
Calculate Quarter end? Gerard Excel Discussion (Misc queries) 8 June 25th 08 05:02 PM
Quarter Dates LR Excel Worksheet Functions 8 October 31st 06 11:27 AM
First and Last Day of the Quarter Wolfspaw Excel Worksheet Functions 6 March 4th 06 03:10 AM


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