Determine Scheduled Hours between dates for Team members

Tamara
Tamara ✭✭✭✭✭
edited 09/03/20 in Formulas and Functions

I am trying to create a reference sheet for a dashboard. For some reason I am super stuck. Basically, I am trying to determine the number of hours each team member has scheduled for their projects during the week. I am using the below formula. My columns are Hours, Start Date and Team Member

=SUMIFS({Hours}, [Team Member]@row, = {Team Member}, {Start Date}, <= DATE(2020, 9, 30), {StartDate}, >= DATE(2020, 9, 1))

Right now, I get #INVALIDOPERATION


Solved: =SUMIFS({Hours}, {Start Date}, <=DATE(2020, 9, 30), {Start Date}, >=DATE(2020, 9, 1), {Team Member}, "Employee Name")

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!