Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / November 2006

Tip: Looking for answers? Try searching our database.

date range in one cell

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
J.W. Aldridge - 13 Nov 2006 21:44 GMT
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.
Don Guillett - 13 Nov 2006 21:53 GMT
=TEXT(MIN(C:C),"mm/dd/yy")&"-"&TEXT( MAX(C:C),"mm/dd/yy")
Signature

Don Guillett
SalesAid Software
dguillett1@austin.rr.com

>I have a list of dates in one column. In one cell, i need to know the
> range.
[quoted text clipped - 11 lines]
>
> Thanx.
Gord Dibben - 13 Nov 2006 22:36 GMT
=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

>I have a list of dates in one column. In one cell, i need to know the
>range.
[quoted text clipped - 11 lines]
>
>Thanx.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.