Question
JavaScript to Sum multiple fields
Hi everyone. Needing help with a script.
I would like for my timesheet to total the hours worked (Regular Hours + Sick Hours) ONLY if there is information in the date field, and if not leave the total hours blank (maybe they don't work on Mondays for instance). I know in Excel it would be =IF(Date>0,Reg Hrs + Sick Hrs,""). Any help is greatly appreciated. Thanks.
