Skip to main content
Participant
April 29, 2024
Question

Calculations

  • April 29, 2024
  • 1 reply
  • 640 views

I am trying to create a time sheet to calculate hours worked etc.  I can't seem to figure out how to get the hours to add up correctly, can someone please help me with this?

This topic has been closed for replies.

1 reply

Legend
May 1, 2024

Hello, 

How are you doing the calculation? Are you using any formula? What fields are you using to calculate the hours? I can't promise any help, but I will review and try to find out if any basic issue might hamper your calculations.


~Tariq

Participant
May 7, 2024

I am in prepare for, properties, calculate and then sum(+) than pick what I want added, and it's not adding the punch in and out for both work and lunch correctly.  See it says 26 hours instead of 8

try67
Community Expert
Community Expert
May 7, 2024

You can't use simple addition for this type of calculation. It requires using a script that converts the strings to Date objects, and then calculates the difference between them, then converts that back to an hour or decimal notation. This subject was discussed here many times in the past, including full code examples. Try searching around using some relevant keywords and you're bound to find some information.