ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   formula to look up and return smallest date from a range of dates (https://www.excelbanter.com/excel-worksheet-functions/59328-formula-look-up-return-smallest-date-range-dates.html)

BJ

formula to look up and return smallest date from a range of dates
 
I need a formula that will look up the smallest date, and return it, from a
range of mixed dates.

Don Guillett

formula to look up and return smallest date from a range of dates
 
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.




Ron de Bruin

formula to look up and return smallest date from a range of dates
 
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.




Roger Govier

formula to look up and return smallest date from a range of dates
 
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.


Biff

formula to look up and return smallest date from a range of dates
 
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.




Gord Dibben

formula to look up and return smallest date from a range of dates
 
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.



All times are GMT +1. The time now is 07:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com