Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need a formula that will look up the smallest date, and return it, from a
range of mixed dates. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi BJ
Dates are numbers so you can use this function =SMALL(A1:A100,1) -- Regards Ron de Bruin http://www.rondebruin.nl "BJ" wrote in message ... I need a formula that will look up the smallest date, and return it, from a range of mixed dates. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
have a look in help index for MIN
-- Don Guillett SalesAid Software "BJ" wrote in message ... I need a formula that will look up the smallest date, and return it, from a range of mixed dates. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
I need a formula that will look up the smallest date What's a "small" date? <g Do you mean the oldest date? =MIN(A1:A10) Biff "BJ" wrote in message ... I need a formula that will look up the smallest date, and return it, from a range of mixed dates. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Assuming they are all valid Excel dates and not text representations of the date then =MIN(A1:A100) Regards Roger Govier BJ wrote: I need a formula that will look up the smallest date, and return it, from a range of mixed dates. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
BJ
Excel stores dates as a number starting with 1 at Jan 1, 1900 so I guess that would be the "smallest date" you could get. With column A being dates, enter this formula in any cell in an adjacent column. =MIN(A:A) and Format as date. Gord Dibben Excel MVP On Wed, 7 Dec 2005 13:56:04 -0800, "BJ" wrote: I need a formula that will look up the smallest date, and return it, from a range of mixed dates. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a schedule from a list of dates ? | Charts and Charting in Excel | |||
count date occurances in range of dates... | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Date formula: return Quarter and Fiscal Year of a date | Excel Discussion (Misc queries) |