Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how will i classify the dates according to its quarter. lets say
01-25-03 (january 25, 2003) is it under 1st quarter, 2nd quarter, 3r quarter,4th quarter of the year? what date function should i use? o what do i have to do? pls help me with this. thanx here is a sample output. Attachment filename: date.xls Download attachment: http://www.excelforum.com/attachment.php?postid=53551 -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
VBA. Assuming the date is in variable myDate
month(date)\4+1 Worksheet =INT(MONTH(A1)/4)+1 -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "malay_ko " wrote in message ... how will i classify the dates according to its quarter. lets say, 01-25-03 (january 25, 2003) is it under 1st quarter, 2nd quarter, 3rd quarter,4th quarter of the year? what date function should i use? or what do i have to do? pls help me with this. thanx here is a sample output.. Attachment filename: date.xls Download attachment: http://www.excelforum.com/attachment.php?postid=535514 --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concatenate including a date so that the date appears as a date | Excel Worksheet Functions | |||
date in Cell to change colors if the date is beyond today's date | Excel Discussion (Misc queries) | |||
Making a date go red, if date passes todays date. | Excel Worksheet Functions | |||
Report Date - Date Recv = Days Late, but how to rid completed date | Excel Worksheet Functions | |||
Date updates from worksheet to chart & changes date to a date series! Help!! | Charts and Charting in Excel |