Given value in column A, find min/max in column B in EXCEL

后端 未结 1 697

I\'ve got a column of bus stop ID numbers (Column A) and Column B are various timings of which each value is the time a person boards/alights the bus. In order to know how l

1条回答
  •  囚心锁ツ
    2021-01-16 05:56

    Use this one:

    =MAX(IF(A1:A6=1889,B1:B6))-MIN(IF(A1:A6=1889,B1:B6))
    

    and press CTRL+SHIFT+ENTER to evaluate it.

    Test workbook

    0 讨论(0)
提交回复
热议问题