SUMIFS formula is returning #UNPARSEABLE

Options
Shaun Spiller
Shaun Spiller ✭✭
edited 03/02/20 in Formulas and Functions

I am trying to create a sheet summary that will sum my Count column when the corresponding rows have a Status of Closed and the Request Type is Product Update. (In other words, if the status of this line is "Closed" and the request type is "Product Update" then sum the count column for all rows that meet this criteria.


The Count column is Text/Number, Status is Drop Down (Single Select), Request Type is (Single Select)


Everything I have tried so far will return #UNPARSEABLE. I have confirmed that everything is spelled correctly and I believe I have all the proper syntax.


=SUMIFS(Count:Count, Status:Status, Closed, Request Type:Request Type, Product Update)

=SUMIFS(Count:Count, "Status:Status", Closed, Request Type:Request Type, "Product Update")

=SUMIFS(Count:Count, Status:Status, @cell =Closed, Request Type:Request Type, @cell= Product Update)


=SUMIF(Status:Status, "Closed", Count:Count) This works for me when I do not have to count based on the Request Type column but in this specific sheet I have two different Requests Types so I need a summary for "Product Update" and "Promotion Update".

Best Answer

Answers

  • Shaun Spiller
    Options

    This worked perfectly.


    Thank you. I tired with and without quotes around the string values but did not know "column names with spaces or special characters need to be enclosed in square brackets."


    That additional details is greatly appreciate and enabled my calculations to run properly.

  • JH@HL
    JH@HL ✭✭
    Options

    Sumifs forumula question here. For work allocation, each week team members report on the name of their project and the approximate percentage of time it will take. For example, Project A = 50% and Project B = 20%. I'm trying to sum the total of the projects. The first criteria is the status of the project; I want to count only "in progress" precentages. The second criteria is by contact. Since the sheet displays multiple team members, i want a cell to count only the percentages for that team member.

    Two questions: first, i have been able to get the formula to work, but i didn't save it properly, and now i can't get back to that original formula. Second, usually when I do this kind of thing, I figure out the formula for the first team member, and then copy and paste the formula for all of the remaining team members, and simply change the contact name. However, on this sheet when i do that, when i make the copy, the original one then shows "unparseable"

    Final note* this sheet is for a colleague in London so the word spelling for the word "utilisation" is different than it is spelled in the US. That's not the error.


Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!