ZochSteveo
New Member
- Joined
- Dec 21, 2024
- Messages
- 18
- Office Version
- 2024
- Platform
- MacOS
Hi there,
I have been trialling a method to determine which are outliers in my data set.
Currently, I have been using Z-scores to do this. I then see if this absolute value is greater than 3 to give an output of whether or not it is an outlier from the rest of the population.
I also want to return that it is an outlier if its Z score is less than -3.
My current formula, using an example, looks like this:
=IF(ABS(AA2)>3,"YES","NO")
What would I change this to so that it also includes if ABS(AA2)<-3 gives an output?
Many thanks,
Zach
I have been trialling a method to determine which are outliers in my data set.
Currently, I have been using Z-scores to do this. I then see if this absolute value is greater than 3 to give an output of whether or not it is an outlier from the rest of the population.
I also want to return that it is an outlier if its Z score is less than -3.
My current formula, using an example, looks like this:
=IF(ABS(AA2)>3,"YES","NO")
What would I change this to so that it also includes if ABS(AA2)<-3 gives an output?
Many thanks,
Zach