시작하기무료로 시작하기

Find price at a given date

Your first task here is to determine the stock price on September 30, 2015, using the function VLOOKUP().

Recall that the function requires three mandatory arguments:

  • search_key: The value to search for.
  • range: The range of cells to consider for the search process.
  • index: The column index of the value to be returned, where the first column in the range is numbered 1.

There is also an optional argument, which indicates whether the column to be searched (the first column of the specified range) is sorted, in which case the closest match for search_key will be returned.

이 연습은 강의의 일부입니다

Google Sheets로 하는 금융 분석

강의 보기

연습 안내

  • In F9, use the function VLOOKUP() to find the stock price on the date September 30, 2015.

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작