Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With a set of four cells I want to find the the highest value and lowest
valuve then find the difference between them. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code needed to find records from bottom up | Excel Discussion (Misc queries) | |||
Trapping a NO FIND after a find | Excel Discussion (Misc queries) | |||
Find last occurance of text in range | Excel Worksheet Functions | |||
Find & Replace in VB macro | Excel Discussion (Misc queries) | |||
How do I compare 2 worksheets, 1 old, 1 updated to find difference | Excel Discussion (Misc queries) |