I have a situation where I need to sort dates into quarters. The data are more than 10,000 lines.
Example:
1/1/06, 2/1/06, 3/3/06, 4/6/06,5/7/06,6/9/06,7/9/06,1/1/05,1/1/04 ...etc.... I need to separate them into 1/1/06 = QTR 1 2006, 2/1/06 = QTR 1, 2006, 3/3/06= QTR 1, 2006, 4/6/06 = QTR 2 2006, 5/7/06 = QTR 2 2006, 7/9/06 = QTR 3, 2006, 1/1/05 = QTR 1, 2005, 1/1/04 = QTR 1 2004 etc...
Is there a way to do this ? Thanks...
Example:
1/1/06, 2/1/06, 3/3/06, 4/6/06,5/7/06,6/9/06,7/9/06,1/1/05,1/1/04 ...etc.... I need to separate them into 1/1/06 = QTR 1 2006, 2/1/06 = QTR 1, 2006, 3/3/06= QTR 1, 2006, 4/6/06 = QTR 2 2006, 5/7/06 = QTR 2 2006, 7/9/06 = QTR 3, 2006, 1/1/05 = QTR 1, 2005, 1/1/04 = QTR 1 2004 etc...
Is there a way to do this ? Thanks...