Formula Query
I'm at a loss for how to perform a desired calculation within a sheet.
I have a list of rows that are assigned to owners (contacts). Each row has a % complete. I want a formula that will tell me what a given contacts overall completion rate is.
* Look up name in Owner column
* Add up all percentages in the "% Complete" column of all lines with that person's name
* Average the % to get a total % complete figure
I've considered some combination of COUNTIF and AVG, but can't figure out the right syntax. Please help!
Comments
-
Try something along the lines of
=AVG(COLLECT([% Complete]:[% Complete], Owner:Owner, Name@row))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
Thank you. Not sure I'm understanding the application of "Name@row".
I've got this and still getting an error.
=AVG(COLLECT({%},{Owner}, Name@row))
Attached a sample of actual data columns.
-
Can you provide a screenshot of where you are collecting the data? What error specifically are you getting? Does [Script Writer] have multiple contacts per cell?
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
The % in the source file image I sent -- this is being manually set by the owner. it's a number field.
Error = #UNPARSEABLE
There's one line that has 2 owners. If this is an issue, I can change that. All others only one have contact assignments.
Thank you.
-
Sorry. I meant where the data is being displayed. Where the averages/formulas will be.
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 438 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 283 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!