G Guest Jan 27, 2006 #1 With a set of four cells I want to find the the highest value and lowest valuve then find the difference between them.
With a set of four cells I want to find the the highest value and lowest valuve then find the difference between them.
R Roger Govier Jan 27, 2006 #2 Hi Larry One way =MAX(A1:A4)-MIN(A1:A4) or =LARGE(A1:A4,1)=SMALL(A1,A4,1)
G Guest Jan 27, 2006 #4 If the numbers are in A1 thru A4 =MAX(A1:A4) =MIN(A1:A4) =MAX(A1:A4)-MIN(A1:A4)