Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date To Quarter, Plus Next 3 Quarters | Excel Worksheet Functions | |||
Quarter End Date | Excel Worksheet Functions | |||
Format to display date as Quarter | Excel Discussion (Misc queries) | |||
Date formula: return Quarter and Fiscal Year of a date | Excel Discussion (Misc queries) | |||
Identifying Date Overlaps | Excel Discussion (Misc queries) |