I need a formula that will look up the smallest date, and return it, from a range of mixed dates.
B BJ Dec 7, 2005 #1 I need a formula that will look up the smallest date, and return it, from a range of mixed dates.
R Roger Govier Dec 7, 2005 #4 Hi Assuming they are all valid Excel dates and not text representations of the date then =MIN(A1:A100) Regards Roger Govier
Hi Assuming they are all valid Excel dates and not text representations of the date then =MIN(A1:A100) Regards Roger Govier
B Biff Dec 7, 2005 #5 Hi! I need a formula that will look up the smallest date Click to expand... What's a "small" date? <g> Do you mean the oldest date? =MIN(A1:A10) Biff
Hi! I need a formula that will look up the smallest date Click to expand... What's a "small" date? <g> Do you mean the oldest date? =MIN(A1:A10) Biff
G Gord Dibben Dec 7, 2005 #6 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
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