DAY Function
From Planfix
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";"")
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";"")