Hello,
I am working on a capacity worksheet for my team. Essentially I am taking information from 8 different backlogs to calculate how much work has been assigned to them and comparing that against their capacity so we are able to see if they are under/over/correctly allocated.
What I am trying to do is from my Capacity worksheet is reference a backlog worksheet to COUNTIF a specific Analyst is listed as the Primary and then add their hours depending on what has been listed in the Implementation Effort column.
This formula works on the individual backlogs as a sheet summary field but when I took the formula to my other sheet to add a sheet reference and try to pull all my data together I am getting #UNPARSEABLE. I have used all my little AI friends and they all seem to think that this should work but I can't seem to get it.
Here is the formula (only change I made was to remove my Analyst's name):
=10 * COUNTIFS({HR Service Delivery} Status:Status, "In Progress", [Primary Analyst]:[Primary Analyst], "ANALYST NAME", [Implementation Effort]:[Implementation Effort], "5")
+ 20 * COUNTIFS({HR Service Delivery} Status:Status, "In Progress", [Primary Analyst]:[Primary Analyst], "ANALYST NAME", [Implementation Effort]:[Implementation Effort], "3")
+ 30 * COUNTIFS({HR Service Delivery} Status:Status, "In Progress", [Primary Analyst]:[Primary Analyst], "ANALYST NAME", [Implementation Effort]:[Implementation Effort], "2")
+ 40 * COUNTIFS({HR Service Delivery} Status:Status, "In Progress", [Primary Analyst]:[Primary Analyst], "ANALYST NAME", [Implementation Effort]:[Implementation Effort], "1")
Here are the two sheets I am working with so you can see the column and sheet names.
I am on the newer side to Smartsheet so any help would be much appreciated.
Thanks!
Jennifer