msquared99
Member
I have some data which has some MIN values way below the average and some MAX values way above the average. How do I eliminate the MIN and MAX values to get a "True" average?
Example:
150,000
110,000
90,000
20 rows between 15,000 - 25,000
5,000
1,200
1,000
How would I eliminate the 150,000;110,000;90,000;5,000;1,200;1,000 from my average?
Keep in mind that I have a list of several different customers, like in the uploaded file.
In the uploaded example 0069 would be a good example.
Example:
150,000
110,000
90,000
20 rows between 15,000 - 25,000
5,000
1,200
1,000
How would I eliminate the 150,000;110,000;90,000;5,000;1,200;1,000 from my average?
Keep in mind that I have a list of several different customers, like in the uploaded file.
In the uploaded example 0069 would be a good example.