mondaysInMonth()
tuesdaysInMonth()
wednesdaysInMonth()
thursdaysInMonth()
fridaysInMonth()
saturdaysInMonth()
sundaysInMonth()
Dates in Formulas
| Function | Syntax | Description |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| Month | month() | Returns the month of that cell the year where 1 is January, and 12 is December |
| Quarter | quarter() | Returns the current quarter in the year |
| Year | year() | Returns the current year |
| Days in Month | daysInMonth() | Returns the number of days in the current month |
| ____days in Month |