i have a range of data in column a called mycol. Some values are clearly errors (ie, less than 0 or over 100000. If I don't omit those values the stdev is highly skewed. Therefore I want to calculate the stdev only on the values >0 and < 100000. Can you please explain the best way to do this?
I thought about creating a named range consisting of only those within the limits, but I'm not sure if named ranges are dynamic in that way.
Order the column in excel by ascending or descending. Then find all values before 0 and delete. Next find all values above say 100 000? delete them. Just a simple way to get rid of the values. CTRL + F to find 0 in excel once you have filtered by desc or ascending.