+ Reply to Thread
Results 1 to 2 of 2

Conditional MAX values

  1. #1
    Forum Contributor
    Join Date
    03-30-2010
    Location
    Manchester England
    MS-Off Ver
    Excel 2010
    Posts
    992

    Conditional MAX values

    The attached workbook has three columns. The first gives the number of a machine. The second gives the cumulative times taken by the jobs run on that machine. The third shows the maximum cumulative time for each machine. I am looking for a function that will give me that third value. Something along the lines of MAX(J:J, IF(OR(I=1,I=2,I=3 4etc)) that doesnt work of course, but I hope gives an idea of what I am looking for. In any case I am looking for something more general as I cant be sure of the values in the first column. Can any one help please?
    John
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Conditional MAX values

    In K4 try:

    =MAX(INDEX(($I$4:$I$65=I4)*$J$4:$J$65,0))

    And copy down.

+ 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