arrays - Formula to get lowest value based on two columns -


i'm looking excel formula determining lowest value based upon data in first 2 columns. have seen questions regarding basing off 1 column, i'm not sure how convert 2 column data range formula. have day, interval, , time columns (a, b, c) , looking find fastest interval each day/interval set. example:

day   interval   time 1/1   100         :55 1/1   100         :52 1/1   100         :54 1/1   200        2:40 1/1   200        2:38 1/5   100         :50 1/5   100         :56 1/5   100         :58 1/5   200        2:39 1/5   200        2:36 1/5   200        2:40 

i'm looking formula able determine fastest times each of intervals (100 , 200) , each of days in chart format shown below:

      interval day    100   200 1/1    :52  2:38 1/5    :50  2:36 

i need avoid using vba since version of excel i'm using (mac excel 2008) not have function. there growing number of data points however, number or formatting of columns not change. ideally, i'll reviewing chart above determine if i'm getting faster on offseason period.

a pivottable seem ideal this:

so26941633 example


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -