Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a series of dates in each cell. I need a formula that will show me
the most current date. ex: cell a1: 9/11/07 cell a2: 7/4/06 cell a3: 5/4/08 cell a4: 7/9/08 Answer: 7/9/08 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Because dates in Excel are simply numbers try
=MAX(A1:A10) Mike "Talladega" wrote: I have a series of dates in each cell. I need a formula that will show me the most current date. ex: cell a1: 9/11/07 cell a2: 7/4/06 cell a3: 5/4/08 cell a4: 7/9/08 Answer: 7/9/08 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I sort a column of random dates into Consecutive dates | Excel Worksheet Functions | |||
Identifying unique dates within a range of cells containing dates | Excel Discussion (Misc queries) | |||
need to convert list of dates to count no. of dates by week | Excel Worksheet Functions | |||
Calculating number of days between two dates that fall between two other dates | Excel Discussion (Misc queries) | |||
Charting data against dates where dates are not at fixed intervals | Charts and Charting in Excel |