2017-10-17 65 views

回答

0

假設我們在列A中有值。在B1 enter and in C1 enter 。
B2輸入:

=B1+60 

和複製向下和C2輸入:

=C1+60 

和向下複製:

enter image description here

注:

Cols B and C是集合的邊界。

然後在D1輸入:

=MAX(INDIRECT("A" & B1 & ":A" & C1)) 

和複製向下:

enter image description here

相關問題