DAY Function

From Planfix
Revision as of 05:28, 21 January 2020 by SliZzzZ (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The DAY function returns the corresponding day of the month as a number between 1 and 31.


Format:

DAY(Column name or string with date)


Example:

IF(DAY(B)=7;"7thday of the month";"")


Go To