始める無料で始める

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.

実践的なインタラクティブ演習

理論を実践に変える、インタラクティブな演習のひとつをお試しください

演習を開始する