PC Review


Reply
Thread Tools Rate Thread

date range in one cell

 
 
J.W. Aldridge
Guest
Posts: n/a
 
      13th Nov 2006
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.

 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      13th Nov 2006

=TEXT(MIN(C:C),"mm/dd/yy")&"-"&TEXT( MAX(C:C),"mm/dd/yy")
--
Don Guillett
SalesAid Software
(E-Mail Removed)
"J.W. Aldridge" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>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.
>



 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      13th Nov 2006
=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


On 13 Nov 2006 13:44:04 -0800, "J.W. Aldridge" <(E-Mail Removed)>
wrote:

>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.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
compare date range with date in columns and input data from another cell Tammy Robinson Microsoft Excel Discussion 2 18th Aug 2011 05:34 PM
copy date in a cell if within a date range carrerapaolo Microsoft Excel Misc 1 19th Apr 2010 09:11 PM
Find Last cell in Range when range is date format default105 Microsoft Excel Misc 5 7th Jul 2009 03:11 PM
Update date in one cell when any cell in a range is modified Lars Microsoft Excel Discussion 5 27th Jun 2008 08:34 PM
If date in cell falls between date range... =?Utf-8?B?S2VlcCBJdCBTaW1wbGUgU3R1cGlk?= Microsoft Excel Worksheet Functions 4 28th Aug 2007 10:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:26 PM.