A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

First Day of Next Quarter



 
 
Thread Tools Display Modes
  #1  
Old December 30th, 2009, 08:21 PM posted to microsoft.public.excel.misc
Brian
external usenet poster
 
Posts: 1,396
Default First Day of Next Quarter

Hi, how would one create a cell formula to return the first day of the next
quarter?
  #2  
Old December 30th, 2009, 08:32 PM posted to microsoft.public.excel.misc
Mike H
external usenet poster
 
Posts: 8,419
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  
Old December 30th, 2009, 09:33 PM posted to microsoft.public.excel.misc
David Biddulph
external usenet poster
 
Posts: 8,714
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  
Old December 30th, 2009, 11:30 PM posted to microsoft.public.excel.misc
Chip Pearson
external usenet poster
 
Posts: 1,343
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  
Old December 31st, 2009, 03:14 AM posted to microsoft.public.excel.misc
Bernd P
external usenet poster
 
Posts: 613
Default First Day of Next Quarter

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

Regards,
Bernd
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:11 PM.


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