G Guest Nov 24, 2006 #1 Does anyone know which function to determine 1 and 2 standard deviation? The STDEV does not specific any number. Thank you Eric
Does anyone know which function to determine 1 and 2 standard deviation? The STDEV does not specific any number. Thank you Eric
D David Biddulph Nov 24, 2006 #2 If you want 1 standard deviation, use STDEV(); if you want 2 standard deviations, use =2*STDEV()