Date and Time - DaysInQuarter
Syntax: =DaysInQuarter(Quarter,
Year)
Description: Returns the days in the
given quarter.
Example:
Determine the number of
days in the first quarter of
2000. =DaysInQuarter(1,2000) |
Determine the number of days in
the first quarter of
2001. =DaysInQuarter(1,2001) |
|