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 functionVLOOKUP()to find the stock price on the date September 30, 2015.
Практическое интерактивное упражнение
Превратите теорию в практику с помощью одного из наших интерактивных упражнений
Начать упражнение