Projected Labor Needs & Labor Schedule
I have multiple tasks with various durations. At some point, most task's duration overlaps with another. I need to project out on any given day what my total labor needs would be for that day.
I have two sheets:
Sheet #1 - Labor Schedule
Sheet #2 - Projected Labor Needs
In the snip-it below (Top Part Clouded) I have manually inputted the numbers to show what they should be for each day due to the overlap in tasks.
Below that I have copied out the dates again and shown the formula I am using.
I am using this formula:
=SUMIFS({Labor Schedule Range 1}, {Labor Schedule Range 2,">=" + SWD@row, {Labor Schedule Range 3},"<=" + EWD@row))
I am getting an unparseable.
I would appreciate any help or service that could remedy this.
Best Answer
-
I missed a closing curly bracket that needs to be put in after the second range.
{Labor Schedule Range 2}
Answers
-
You don't have to concatenate the arguments to the criteria in Smartsheet. You also have 1 too many closing parenthesis on the end of the formula.
=SUMIFS({Labor Schedule Range 1}, {Labor Schedule Range 2, @cell >= SWD@row, {Labor Schedule Range 3}, @cell <= EWD@row)
-
Paul,
Thank you for the quick response. When I changed the formula it says invalid:
-
I missed a closing curly bracket that needs to be put in after the second range.
{Labor Schedule Range 2}
-
Paul,
You are awesome thank you! I just had to add the bracket and flip the greater than signs and it worked!
=SUMIFS({Labor Schedule Range 1}, {Labor Schedule Range 2}, @cell <= SWD@row, {Labor Schedule Range 3}, @cell >= EWD@row)
Do you know if its possible to exclude weekends from having labor needed?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!