Need to sum hours by date by employee
I need to sum daily hours by employee by day. In the screen shot below you can see that 1418 has 2 clock-in's for 6/03 that should give a total of 4hrs for that day. I need to Sum/Collect by date for each employee and I cannot figure out how to construct the formula. Any help would be appreciated.
Best Answer
Answers
-
You would use a SUMIFS
=SUMIFS([On Clock Duration (Hours)]:[[On Clock Duration (Hours)], EmployeeID:EmployeeID, @cell = EmployeeID@row, [Clock In Date]:[Clock In Date], @cell = [Clock In Date]@row)
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!