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
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!