Outlier Formula
I have a column labeled "Month Tenure" that has an outlier for of 215 which are the months that a staff member's been with the company, this staff member is on column labeled "Agents". Can someone please help me create a formula for this outlier?
Best Answer
-
Hi @Erick Gutierrez ,
=AVERAGEIF([month tenure]:[month tenure], <200) should do it. Change the 200 to whatever number you want to represent the lower limit of your outliers. As an example, if you want to exclude anyone with more than 50 months of tenure, change the 200 to 50.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
It might be helpful to have a picture of your sheet, and more description of what you're looking for in the formula.
-
As you can see on the column that's labeled "Month Tenure" there's an outlier amount of month shown for agent Claudia Reyes, and it's 218 months, when most other agent have a tenure of single-double digit months. On the bottom I would like to remove the outlier number, on an Excel spreadsheet the formula is listed as: =((SUM(D:D)-(VLOOKUP("Claudia Reyes",B:D,3,FALSE)))/COUNTA(D:D))/12, but I have the slightest clue as how to do it on a Smartsheet. I hope this makes sense.
-
Hi @Erick Gutierrez ,
=AVERAGEIF([month tenure]:[month tenure], <200) should do it. Change the 200 to whatever number you want to represent the lower limit of your outliers. As an example, if you want to exclude anyone with more than 50 months of tenure, change the 200 to 50.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 480 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!