Sign in to join the conversation:
I get #unparseable.
=SUMIFS(Effort Hrs:Efford Hrs,Assignee:Assignee,"Easton",Sprint Week:Sprint Week,"32")
Effort Hrs = Hours worked
Assignee = the person
Sprint Week = the wee it is done
In your formula, it says "Efford Hrs". I'm not sure if that's a typo in the forum, or a type in the formula itself. If it's in the formula, that would likely cause the issue.
To follow up on what Javed said, because of the space in the column name, you need to use the syntax, [Effort Hrs]:[Effort Hrs].
Great catch Joe!
Same with [Sprint Week].
In general, spaces, special characters, column names that end in numbers all require the [] brackets.
I tend to use [columname] regardless of whether it needs it or not. Smartsheet's editor will remove them if they are not needed.
Craig
Thanks, great stuff.
See attached image, it still doesn't work
D...
You still have a syntax problem...it must be [Effort Hrs]:[Effort Hrs] <--- notice the inner brackets.
Thanks much...
Hi! I'm fairly new to SmartSheets but have been trying a number of things that havent yet worked. I want to be able to show for each parent row, the number of child rows completed as a %. So for the parent row Process Overview there are 7 tasks and 6 tasks are complete so I want it to show as 90%. Can anyone help me?
I have a column named Territory, where I am trying to write a formula to populate it when names are chosen from an adjacent drop-down list column called Employee Attendee. If more than one name is selected from the Employee column, I would like their respective territories to populate in the Territory field, separated by a…
Hello, I am trying to find the average audit score for a range of percentages between two dates. There are divider rows for organization by month. I have been trying to utilize the following formula but continue to get #DIVIDE BY ZERO for an answer: =AVG(COLLECT([Audit Score]:[Audit Score], [Date of Chat]:[Date of Chat],…