date range in one cell

J

J.W. Aldridge

I have a list of dates in one column. In one cell, i need to know the
range.

I tried getting the min value in one cell , then the max in another,
then i combined the two using CONCATENATE however, that only returns
the value (3901739023).

Any suggestions to show the min (earliest date) and max (latest date)
in the same cell?

" 10/27/06 - 11/02/06 "

"date dash date"


Thanx.
 
G

Gord Dibben

=TEXT(A1,"mm/dd/yy")&" - "&TEXT(A2,"mm/dd/yy")

Assuming min and max dates are in A1 and A2


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top