+ Reply to Thread
Results 1 to 4 of 4

Find the difference between the high & low value of a given set.

  1. #1
    Larry
    Guest

    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.

  2. #2
    Roger Govier
    Guest

    Re: 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" <[email protected]> wrote in message
    news:[email protected]...
    > With a set of four cells I want to find the the highest value and
    > lowest
    > valuve then find the difference between them.




  3. #3
    Niek Otten
    Guest

    Re: Find the difference between the high & low value of a given set.

    =MAX(A1:A4)-MIN(A1:A4)

    --
    Kind regards,

    Niek Otten

    "Larry" <[email protected]> wrote in message
    news:[email protected]...
    > With a set of four cells I want to find the the highest value and
    > lowest
    > valuve then find the difference between them.




  4. #4
    Gary''s Student
    Guest

    RE: 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.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1