ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Date from text - clarified (https://www.excelbanter.com/excel-discussion-misc-queries/186085-date-text-clarified.html)

joeb

Date from text - clarified
 
Dates are formated as text (i.e. "031597" for March 15, 1997 or "040806" for
January 8, 2006) in a row - let's say in columns B and C. I need the oldest
date from the row.

Gary''s Student

Date from text - clarified
 
I am sorry I did not make myself clear. To find the oldest date, we need to
know how to interpret the year.

If the formula sees:

111140

It can either interpret this as November 11 1940 or November 11 2040.


If the formula sees:

122550

It can either interpret this as December 25 1950 or December 25 2050.


If you (the human) look at a piece of data, you determine the correct
century by applying some "rule".

The formula must be designed with the rule in mind!
--
Gary''s Student - gsnu200783


"joeb" wrote:

Dates are formated as text (i.e. "031597" for March 15, 1997 or "040806" for
January 8, 2006) in a row - let's say in columns B and C. I need the oldest
date from the row.


JMJ

Date from text - clarified
 


"joeb" wrote:

Dates are formated as text (i.e. "031597" for March 15, 1997 or "040806" for
January 8, 2006) in a row - let's say in columns B and C. I need the oldest
date from the row.

Why don't you format the column as date and then get the MIN of the column?


T. Valko

Date from text - clarified
 
Try this:

=MIN(INDEX(--TEXT(B1:C1,"00\/00\/00"),,1))

Format as DATE

Years 00 to 29 will be evaluated as century 20.

Years 30 to 99 will be evaluated as century 19.


--
Biff
Microsoft Excel MVP


"joeb" wrote in message
...
Dates are formated as text (i.e. "031597" for March 15, 1997 or "040806"
for
January 8, 2006) in a row - let's say in columns B and C. I need the
oldest
date from the row.





All times are GMT +1. The time now is 12:31 AM.

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