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...
I'm wondering if anyone has worked out a dynamic formula to return the date of the 'next' Thursday of the month. I have a worksheet where I need to send out a reminder to a contacts in a contact column in the worksheet each Thursday of the current month if a criteria has not been met. When criteria has been met, then…
Hello, I have the formula to check a box for line items with the current month. =IF(AND(YEAR(Date@row ) = YEAR(TODAY()), MONTH(Date@row ) = MONTH(TODAY())), 1, 0) Trying to set up a report for all items with the previous month (i.e. 1 month prior to current). How can I modify to check the box?
Please help, I have a few of these to do. I have a nested IF formula. The first part is an INDEX/MATCH and works as a standalone. The next few are INDEX/COLLECT. These are not working as standalone or in the nested version (Unparsable Error). Any ideas? =IF(CONTAINS(“A/V”, [Vendor Type]@row ), INDEX(COLLECT({Date Secured…