Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Identifying quarter to which a date belongs?

how to identify the quarter to which the following date belongs
'31/3/2007' in excel?

please let me know what function i should apply on the cell to get the
quarter. like in the above case answer comes out to be - 1.

Thanks,
Harsh
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Identifying quarter to which a date belongs?

Try

=INT((MONTH(A1)-1)/3)+1

Mike

"harsh_njoy" wrote:

how to identify the quarter to which the following date belongs
'31/3/2007' in excel?

please let me know what function i should apply on the cell to get the
quarter. like in the above case answer comes out to be - 1.

Thanks,
Harsh

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Identifying quarter to which a date belongs?

one less step

=INT((MONTH(A1)+2)/3)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"harsh_njoy" wrote in message
...
how to identify the quarter to which the following date belongs
'31/3/2007' in excel?

please let me know what function i should apply on the cell to get the
quarter. like in the above case answer comes out to be - 1.

Thanks,
Harsh



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Identifying quarter to which a date belongs?

On Jul 25, 12:29*pm, Mike H wrote:
Try

=INT((MONTH(A1)-1)/3)+1

Mike

Thanks Mike

"harsh_njoy" wrote:
how to identify the quarter to which the following date belongs
'31/3/2007' in excel?


please let me know what function i should apply on the cell to get the
quarter. like in the above case answer comes out to be - 1.


Thanks,
Harsh- Hide quoted text -


- Show quoted text -


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 To Quarter, Plus Next 3 Quarters Bob Excel Worksheet Functions 1 November 3rd 06 12:25 PM
Quarter End Date [email protected] Excel Worksheet Functions 6 April 6th 06 06:54 PM
Format to display date as Quarter Christine Excel Discussion (Misc queries) 5 October 19th 05 03:30 AM
Date formula: return Quarter and Fiscal Year of a date Rob Excel Discussion (Misc queries) 7 May 11th 05 08:48 PM
Identifying Date Overlaps Tremain Excel Discussion (Misc queries) 1 May 10th 05 01:58 AM


All times are GMT +1. The time now is 10:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"