ISWORKDAY Function

From Planfix
Revision as of 09:48, 20 November 2020 by SliZzzZ (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This function returns the Boolean value "True" if a workday is found in a report column or analyzed in the field. The account's default work hours is used (the first in the account's list of work hours). Usually used with the IF Function.


Format:

*ISWORKDAY(date)


Examples:

(IF(ISWORKDAY(H); G; G*2)


Go To