Extracted Data
1. Overview
Syntax | DAYSOFQUARTER(Date) | Returns the number of days of a certain quarter in a certain year after January 1900. |
Parameter | Date | Besides the text and date types, the Date parameter can also be of the serial number type for the extracted data. For example, January 1, 1998 is stored as the serial number 35796 in the 1900 date system. |
2. Notes
The function supports only one date or text parameter.
3. Example
Formula | Result | Note |
---|---|---|
DAYSOFQUARTER("2009-02-01") | 90 | |
DAYSOFQUARTER("2009/05/05") | 91 | |
DAYSOFQUARTER(35796) | 90 |
Real-Time Data
1. Overview
Syntax | DAYSOFQUARTER(Date) | Returns the number of days of a certain quarter in a certain year after January 1900. |
Parameter | Date | The Date parameter can only be of the text or date type. |
2. Notes
Only one date or text parameter is supported.
3. Example
Formula | Result | Note |
---|---|---|
DAYSOFQUARTER("2009-02-01") | 90 |