+ Reply to Thread
Results 1 to 4 of 4

Max and min values

  1. #1
    Forum Contributor
    Join Date
    01-14-2010
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    125

    Max and min values

    I have a list of names in one column next to those names are yearly entries for amount of days a project took (see first list for example with zero being the project was finished on the day given).
    There are about ~1000 entries in that list.
    I have a third and fourth and fifth columns ( see second example) set up where I am trying to look through all the yearly entries of days that projects took for each person (from columns one and two) and total the min and max amount of days for each person (~60 people). I have tried a few functions but nothing is returning the data I want. Any ideas?

    2 brian
    3 kelly
    1 natalie
    0 george
    3 brian
    0 brian
    2 kelly
    1 george
    15 scott
    2 scott

    brian max# min#
    kelly max# min#
    george max# min#
    natalie max# min#
    scott max# min#
    Last edited by LiLi1; 01-14-2010 at 03:39 PM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: Trying to find max and min values

    Here, try this next to names: =MAX(IF($B$1:$B$10=$B14,$A$1:$A$10))

    comfirm with ctrl+shift +enter

    And pull down... same for MIN just change to MIN

    Adjust range

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Trying to find max and min values

    Use a pivot table..

    Drag name to Row area.

    Drag numbers to Data area, twice.

    Change Field Setting for one column to Min, the other to Max.

    Using Pivot Tables: http://peltiertech.com/Excel/Pivots/pivotstart.htm
    Attached Files Attached Files
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  4. #4
    Forum Contributor
    Join Date
    01-14-2010
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    125

    Re: Trying to find max and min values

    Thanks! for the awesome and quick responses.
    I had played around with a pivot table already with the data so I went with that solution and it worked perfectly.

+ 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