Sign in to join the conversation:
=SUMIFS(CATEGORY:CATEGORY, QUESTION4, [OverallTime (Minutes)]:[OverallTime (Minutes)])
this works fine...
=COUNTIFS(CATEGORY:CATEGORY, QUESTION4)
Please help
Can you provide a screenshot or more details as to what is in each column?
Hi,
what do you try to achieve ? I'm pretty sure this one will work :
=SUMIFS([OverallTime (Minutes)]:[OverallTime (Minutes)],CATEGORY:CATEGORY, QUESTION4)
Best regards,
Paul.
Eventually I am needing to average, by category, the Overall Time (minutes). So, Have the count already, by category. I am now trying to Sum the minutes and then divide Minutes by count to get an average. I am sure there are better ways to do this, but just getting my feet wet with the formulas.
Thanks Paul. It works fine..
I am sure there are better ways to do this
You're actually right on the money with the best approach already.
=SUMIFS(Stuff) / COUNTIFS(More Stuff)
Unfortunately Smartsheet doesn't have an AVGIFS() function...
Smartsheet's AVG IF looks like this:
=AVG(COLLECT(range-to-average, criterion-range-1, criterion-1))
Craig
We had a licensed user delete several files before leaving our organization. All of the sheets he owned have been transferred to someone else. However, there was one form we could not retrieve - Themed/Research Session Submission Form. Is there a way to recover that form? Any help is appreciated. Beverly Vance AMATYC…
Is there a way to save as a backup all sheets and workspaces? I am able to create a backup for all of the files shared with me. As the account's admin, can I back up all of the sheets and workspaces by all of our licensed users - even if they are not shared with me. We recently had a licensed use delete sheets and…
Hello all, I have a weekly report that I'm building and would like to be able to only expose two weeks worth of status. The report has a status and a commit date column and I'd like to remove anything that is "Done" and more than 2 weeks old. I'm trying to avoid having a report that has 100 rows of tasks that have been…