開始使用免費開始

Find minimum and maximum prices

Your goal now is to extract some relevant information from the time series to better understand the price dynamics during the period under analysis.

To that purpose, the first thing is to identify the extremes: what are the minimum and maximum prices reached by ABC during this period? Use the functions MIN() and MAX() to answer these questions.

Recall that these functions work the same way: they receive as the main argument the range of cells from which you want to extract information and return respectively the minimum and maximum values in the range of cells.

本練習屬於課程

Google Sheets 金融分析

檢視課程

練習說明

  • In F3, use the function MIN() to find the minimum value reached by ABC during the historical period.

  • In F5, use the function MAX() to find the maximum value reached by ABC during the same period.

動手互動練習

將理論付諸實踐,立即體驗我們的互動練習

開始練習