Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BJ
 
Posts: n/a
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
 
Posts: n/a
Default 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.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron de Bruin
 
Posts: n/a
Default 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.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier
 
Posts: n/a
Default 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.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default 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.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben
 
Posts: n/a
Default 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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I create a schedule from a list of dates ? Gavin Morris Charts and Charting in Excel 2 October 28th 10 04:08 PM
count date occurances in range of dates... Alex Excel Worksheet Functions 2 July 27th 05 04:15 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Date formula: return Quarter and Fiscal Year of a date Rob Excel Discussion (Misc queries) 7 May 11th 05 08:48 PM


All times are GMT +1. The time now is 08:05 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"