Excel: Find latest date in a list
Question: How to find the latest date in a list and the adjacent value?
Answer: To find the latest date, type
in a cell (C1).
To find the adjacent value, type
in a cell (C2).

Download excel sample file for this tutorial.
find-latest-date-in-a-list.xls
(Excel 97-2003 Workbook *.xls)
VLOOKUP(lookup_value; table_array; col_index_num; [range_lookup])
Looks for a value in the leftmost column of a table, and then returns a value in the same row from a column you specify. By default, the table must be sorted in ascending order.
MAX(number1;[number2];)
Returns the largest value in a set of values. Ignores logical values and text.
Related posts:
Find largest value in a table and return adjacent cell value
Lookup a value and find max date in excel
Find overlapping date ranges in excel
Create a unique distinct list from a date range in excel
Finding the nearest date in a range of dates using excel formula

















