![]() |
Find the difference between the high & low value of a given set.
With a set of four cells I want to find the the highest value and lowest
valuve then find the difference between them. |
Find the difference between the high & low value of a given set.
Hi Larry
One way =MAX(A1:A4)-MIN(A1:A4) or =LARGE(A1:A4,1)=SMALL(A1,A4,1) -- Regards Roger Govier "Larry" wrote in message ... With a set of four cells I want to find the the highest value and lowest valuve then find the difference between them. |
Find the difference between the high & low value of a given set.
=MAX(A1:A4)-MIN(A1:A4)
-- Kind regards, Niek Otten "Larry" wrote in message ... With a set of four cells I want to find the the highest value and lowest valuve then find the difference between them. |
Find the difference between the high & low value of a given set.
If the numbers are in A1 thru A4
=MAX(A1:A4) =MIN(A1:A4) =MAX(A1:A4)-MIN(A1:A4) -- Gary's Student "Larry" wrote: With a set of four cells I want to find the the highest value and lowest valuve then find the difference between them. |
All times are GMT +1. The time now is 10:11 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com