+ Reply to Thread
Results 1 to 19 of 19

Minimum Value

  1. #1
    Forum Contributor
    Join Date
    06-15-2004
    Posts
    246

    Minimum Value

    I have a list of names in Column A and in Column B is a number that corrospondes to the name. The name may appear more than once.

    In column D is a list of th unique names in column E i would like a formula that auto puts the minimum number corrosponding to the name. In Column F i would like a formula to auto put in the max value that corrospondes with that name.

    Hope not to confusing, Can anyone help?

  2. #2
    Forum Contributor
    Join Date
    03-12-2004
    Posts
    329
    Using array enter (Ctrl+Shift+Enter), you can try this:

    {=MIN(IF(A$1:A$10=D1,B$1:B$10,""))}
    {=MAX(IF(A$1:A$10=D1,B$1:B$10,""))}


    Hope this helps.


    Quote Originally Posted by ceemo
    I have a list of names in Column A and in Column B is a number that corrospondes to the name. The name may appear more than once.

    In column D is a list of th unique names in column E i would like a formula that auto puts the minimum number corrosponding to the name. In Column F i would like a formula to auto put in the max value that corrospondes with that name.

    Hope not to confusing, Can anyone help?

  3. #3
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  4. #4
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  5. #5
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  6. #6
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  7. #7
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  8. #8
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  9. #9
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  10. #10
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  11. #11
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  12. #12
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  13. #13
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  14. #14
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  15. #15
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  16. #16
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  17. #17
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  18. #18
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




  19. #19
    Bob Phillips
    Guest

    Re: Minimum Value

    =MIN(IF(A1:A100=D1,B1:B100))

    which is an array formula, so commit with Ctrl-Shift-Enter

    I'll leave you to figure the other

    --
    HTH

    Bob Phillips

    "ceemo" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a list of names in Column A and in Column B is a number that
    > corrospondes to the name. The name may appear more than once.
    >
    > In column D is a list of th unique names in column E i would like a
    > formula that auto puts the minimum number corrosponding to the name. In
    > Column F i would like a formula to auto put in the max value that
    > corrospondes with that name.
    >
    > Hope not to confusing, Can anyone help?
    >
    >
    > --
    > ceemo
    > ------------------------------------------------------------------------
    > ceemo's Profile:

    http://www.excelforum.com/member.php...o&userid=10650
    > View this thread: http://www.excelforum.com/showthread...hreadid=394272
    >




+ 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