WEEKDAY Function

From Planfix
Revision as of 23:26, 22 December 2019 by SliZzzZ (talk | contribs) (Created page with "The WEEKDAY function returns a number corresponding to the day of the week, from 1 (Monday) to 7 (Sunday). ''Format:'' '''*WEEKDAY(Column name or string with date)'''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The WEEKDAY function returns a number corresponding to the day of the week, from 1 (Monday) to 7 (Sunday).


Format:

*WEEKDAY(Column name or string with date)


Example:

IF(WEEKDAY(B)<6;"Workday";"Weekend")


Go To