![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 137
|
I looking for a formula that can look into a range of cells which lists dates in excel and find the most current date and display it in another cell. Is there anyway to do that?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Denver, CO
Posts: 1,744
|
if you dates are in A1:A10 and you want to display the latest date in B1, put this in B1
=max(A1:a10) and format as date. This will work as long as the range only contains dates or text (no other numbers) |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|