ISWORKDAY Function: Difference between revisions

From Planfix
Jump to: navigation, search
(Created page with "This function returns the Boolean value "True" if a workday is found in a report column or analyzed field. The account's default work hours are used (the first in the account'...")
 
No edit summary
Line 5: Line 5:
''Format:''
''Format:''


''*ISWORKDAY(date)''
'''*ISWORKDAY(date)'''


   
   

Revision as of 05:58, 21 December 2019

This function returns the Boolean value "True" if a workday is found in a report column or analyzed field. The account's default work hours are 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