Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
NTaylor
 
Posts: n/a
Default Putting the Quarter on the page

How can I have my worksheet automatically update which Quarter it is?
--
Nicki Taylor
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Putting the Quarter on the page

=IF(MONTH(A1)<4,"1st Quarter",IF(MONTH(A1)<7,"2nd
Quarter",IF(MONTH(A1)<10,"3rd Quarter",IF(MONTH(A1)<13,"4th Quarter",""))))

all on one line, watch out for email wordwrap...........

Vaya con Dios,
Chuck, CABGx3



"NTaylor" wrote:

How can I have my worksheet automatically update which Quarter it is?
--
Nicki Taylor

  #3   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Putting the Quarter on the page

If it's only calendar quarters, this is shorter

=INT((MONTH(TODAY())+2)/3)&"th Quarter"


--

Regards,

Peo Sjoblom


"CLR" wrote in message
...
=IF(MONTH(A1)<4,"1st Quarter",IF(MONTH(A1)<7,"2nd
Quarter",IF(MONTH(A1)<10,"3rd Quarter",IF(MONTH(A1)<13,"4th

Quarter",""))))

all on one line, watch out for email wordwrap...........

Vaya con Dios,
Chuck, CABGx3



"NTaylor" wrote:

How can I have my worksheet automatically update which Quarter it is?
--
Nicki Taylor



  #4   Report Post  
Posted to microsoft.public.excel.misc
NTaylor
 
Posts: n/a
Default Putting the Quarter on the page

Thanks!
--
Nicki Taylor


"CLR" wrote:

=IF(MONTH(A1)<4,"1st Quarter",IF(MONTH(A1)<7,"2nd
Quarter",IF(MONTH(A1)<10,"3rd Quarter",IF(MONTH(A1)<13,"4th Quarter",""))))

all on one line, watch out for email wordwrap...........

Vaya con Dios,
Chuck, CABGx3



"NTaylor" wrote:

How can I have my worksheet automatically update which Quarter it is?
--
Nicki Taylor

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
Problem with Page Numbering Aurora Excel Discussion (Misc queries) 0 November 21st 05 02:10 PM
Page Numbers Aurora Excel Discussion (Misc queries) 0 November 17th 05 08:04 PM
Can't delete a page break Suhail Excel Discussion (Misc queries) 4 July 7th 05 06:49 PM
putting an excel spreadsheet on a web page frank Excel Discussion (Misc queries) 1 March 26th 05 09:21 PM
adding a new page break to an existing page break Edward Letendre Excel Discussion (Misc queries) 1 March 6th 05 09:29 AM


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