answersLogoWhite

0

There is no Excel format that will display a fiscal quarter for a date. However, you can accomplish this with a complex formula, using IF, AND, and DATE functions.

1) In cell A1 put a date and ensure the cell is formatted for date. You can use any display format you like, as long as the cell is formatted as a date. For the purposes of this example, use the date 5/5/2010.

2) In cell A2 put the following formula:

=IF(AND(A1>=DATE(2010,1,1),A1<=DATE(2010,3,31)),"1st QTR",IF(AND(A1>=DATE(2010,4,1),A1<=DATE(2010,6,30)),"2nd QTR",IF(AND(A1>=DATE(2010,7,1),A1<=DATE(2010,9,30)),"3rd QTR",IF(AND(A1>=DATE(2010,10,1),A1<=DATE(2010,12,31)),"4th QTR"))))

3) Observe cell A2 displays 2nd QTR and will adjust based on the date you enter in cell A1.

4) Change the fiscal quarter names to whatever you like, and modify the formula for your specific application.

NOTE: This formula does not have any error handling, so you will receive a response of FALSE if your input date is not a valid date. You could add another IF statement at the end of the formula to display a more helpful error message.

----

ALTERNATIVE OPTION NOT LIMITED TO A SPECIFIC YEAR WITHIN FORMULA

DISPLAY THE CORRESPONDING QUARTER FOR A DATE WITH FORMULAS FOR COMMON FISCAL YEAR BEGINNING MONTHS:

(FORMULA PRODUCES: "Q#")

January

="Q"&FLOOR(((MONTH($A2)+2)/3),1)

April

="Q"&IF(FLOOR((((MONTH($A2)+2)/3)-1),1)>0,FLOOR((((MONTH($A2)+2)/3)-1),1),4)

July

="Q"&IF((((MONTH($A2)+2)/3)-2)<1,FLOOR((((MONTH($A2)+2)/3)-2)+4,1),FLOOR((((MONTH($A2)+2)/3)-2),1))

October

="Q"&IF(FLOOR((((MONTH($A2)+2)/3)-0),1)<4,FLOOR((((MONTH($A2)+2)/3)-0),1)+1,FLOOR((((MONTH($A2)+2)/3)-3),1))

FORMULA FOR DETAILED FORMAT (FISCAL YEAR STARTING JULY 1)

(FORMULA PRODUCES: "FY2012-13 Q3")

="FY"&IF(MONTH(A2)<7,YEAR($A2)-1,YEAR($A2))&"-"&RIGHT((IF(MONTH(A2)<7,YEAR($A2)-1,YEAR($A2))+1),2)&" Q"&IF((((MONTH($A2)+2)/3)-2)<1,FLOOR((((MONTH($A2)+2)/3)-2)+4,1),FLOOR((((MONTH($A2)+2)/3)-2),1))

[Above formulas refer to date in cell A2]

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

If your fiscal year begins in January how can you schedule a report to run in the second month of each quarter for the previous quarter?

Select a report date range of one quarter, and then specify a Quarterly frequency and the second month of the quarter for the previous quarter


What is the 360 release date for guitar hero metallica?

fiscal 2009 (first quarter) so before April 1st


What does Q4 mean When I look up a game coming later it says Release Date Q4 2008 It's in Gamespot so what does Q4 mean?

Q4 means "4th Quarter". A company has fiscal 4th quarter and annual 4th quarter. Fiscal (for financial) updates of the company and may start any month of the year. Annual 4th Quarter is the last 3 months of a year. (12 months/4 = 3 months per quarter)


When does Q1 start?

Q1, or the first quarter of the fiscal or calendar year, typically starts on January 1 and ends on March 31. For businesses that follow a fiscal year that differs from the calendar year, Q1 may start on a different date, depending on the chosen fiscal year. For example, if a company's fiscal year starts on July 1, then Q1 would run from July 1 to September 30.


When you enter a date excel assigns a what value to the date?

numerical


When you enter a date Excel assigns a?

a serial value to the date


What is the ending date of their last fiscal year at AT and T?

Chatelaine


What is a year to date?

A year to date is the period from the beginning of a fiscal year to the end of a reporting period.


How do you show today's date in a cell in Excel?

Format / Cells / Date


Excel stores....as serial number?

date


How can you do the total of date in excel?

ask me plz...


How do you time stamp a cell in Microsoft Excel?

You do not. Excel does not record the change date of an individual cell.