I need a formula to find the average of the Count of Training IDs
I have a grid that intakes via a form, training evaluation answers. Each row of responses has a TrianingID associated to a specific training.
I have been ask to find the medium average if the number of responses received per trainingID
It needs to be a column formula due the new TrianingIDs populating as more and more trainings send out evaluations.
TraningID Start with BLS21 (one class session)
I attached a screen shot
This is what I have so far: Unparsable
=AVG(COUNTDISTINCT([TrainingID]:[TrainingID]))
Answers
-
From Smartsheet's Training Information:
#UNPARSEABLE
Cause
The formula has a problem which prevents it from being parsed and interpreted. This can happen for many reasons, such as misspelling, incomplete operators, using the wrong case for a column name, or using single quotes instead of double quotes.
Resolution
Ensure that all column names are spelled correctly in cell references, operators are being used correctly, and any text strings in the formula are surrounded by double quotes (" ").
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with! Book time with me here: https://calendly.com/michelle-choate
-
I can accomplish this counting with 4 extra columns, then the AVG formula in a sheet summary.
The 4 columns I need: Auto, Row ID, TraningID Names, Count of TrainingID
Auto = Auto Numbering
Row ID = MATCH(Auto@row, Auto:Auto, 0)
Training ID Names =IFERROR(IF(Auto@row = 0, "Training ID", INDEX(DISTINCT(TrainingID:TrainingID), [Row ID]@row)), "")
Count of TrainingID = COUNTIF(TrainingID:TrainingID, [Training ID Names]@cell)
Then the final sheet summary formula = AVG([Count of TrainingID]:[Count of TrainingID])
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with! Book time with me here: https://calendly.com/michelle-choate
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!