+ Reply to Thread
Results 1 to 3 of 3

min of max....

  1. #1
    johnT
    Guest

    min of max....

    i have two rows of numbers....i want to find the minimum
    value in the second row only of the columns that contain
    the maximum value in the top row???

  2. #2
    KL
    Guest

    Re: min of max....

    Hi there,

    Try this array formula (Ctrl+Shift+Enter):

    =MIN(IF(A1:K1=MAX(A1:K1),A2:K2))

    Regards,
    KL

    "johnT" <anonymous@discussions.microsoft.com> wrote in message
    news:1c0901c52d6f$2eabd4c0$a401280a@phx.gbl...
    >i have two rows of numbers....i want to find the minimum
    > value in the second row only of the columns that contain
    > the maximum value in the top row???




  3. #3
    johnT
    Guest

    Re: min of max....

    yes, that works, thanks alot
    >-----Original Message-----
    >Hi there,
    >
    >Try this array formula (Ctrl+Shift+Enter):
    >
    >=MIN(IF(A1:K1=MAX(A1:K1),A2:K2))
    >
    >Regards,
    >KL
    >
    >"johnT" <anonymous@discussions.microsoft.com> wrote in

    message
    >news:1c0901c52d6f$2eabd4c0$a401280a@phx.gbl...
    >>i have two rows of numbers....i want to find the minimum
    >> value in the second row only of the columns that contain
    >> the maximum value in the top row???

    >
    >
    >.
    >


+ 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