Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sub findmax()'chg date format to conform
x = Format(Application.Max(Columns("k:m")), "d-mmm") Columns("k:m").Find(x, LookAt:=xlWhole, LookIn:=xlValues).Activate End Sub -- Don Guillett SalesAid Software "dbs" wrote in message ... I have an Excel file in which three columns contain dates. I would like a function to select which date is the most recent. Any help you could provide would be much appreciated. Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Produce the most recent date | Excel Worksheet Functions | |||
most recent date (correction) | Excel Discussion (Misc queries) | |||
most recent date | Excel Discussion (Misc queries) | |||
keep rows with most recent date | Excel Discussion (Misc queries) | |||
Looking up the most recent date | Excel Worksheet Functions |