Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
uptwospeed
 
Posts: n/a
Default formula date question?


I have two weeks of dates in a column, 6/5/06 through 6/11/06 a couple
of empty cells and then continues from 6/12/06 trough 6/18/06. There is
one date in each cell. So it looks something like this....
6/5/06
6/6/06
6/7/06
6/8/06
6/9/06
6/10/06
6/11/06


6/12/06
6/13/06
6/14/06
6/15/06
6/16/06
6/17/06
6/18/06


Now I want to make a formula to to show (in two cells) like this....
first cell should show....
6/5/06-6/11/06
Second cells should show....
6/12/06-6/18/06.

I want it to correspond to whatever is in the cells for that week.

Thank you in advance for your help.


--
uptwospeed
------------------------------------------------------------------------
uptwospeed's Profile: http://www.excelforum.com/member.php...fo&userid=3844
View this thread: http://www.excelforum.com/showthread...hreadid=549161

  #2   Report Post  
Posted to microsoft.public.excel.misc
SiC
 
Posts: n/a
Default formula date question?

Assuming your data is in cells A1:A7 and A10:A16, first cell formula should be:
=TEXT(A1,"m/d/yy")&"-"&TEXT(A7,"m/d/yy")

second cell formula should be:
=TEXT(A10,"m/d/yy")&"-"&TEXT(A16,"m/d/yy")

-Simon

"uptwospeed" wrote:


I have two weeks of dates in a column, 6/5/06 through 6/11/06 a couple
of empty cells and then continues from 6/12/06 trough 6/18/06. There is
one date in each cell. So it looks something like this....
6/5/06
6/6/06
6/7/06
6/8/06
6/9/06
6/10/06
6/11/06


6/12/06
6/13/06
6/14/06
6/15/06
6/16/06
6/17/06
6/18/06


Now I want to make a formula to to show (in two cells) like this....
first cell should show....
6/5/06-6/11/06
Second cells should show....
6/12/06-6/18/06.

I want it to correspond to whatever is in the cells for that week.

Thank you in advance for your help.


--
uptwospeed
------------------------------------------------------------------------
uptwospeed's Profile: http://www.excelforum.com/member.php...fo&userid=3844
View this thread: http://www.excelforum.com/showthread...hreadid=549161


  #3   Report Post  
Posted to microsoft.public.excel.misc
Allllen
 
Posts: n/a
Default formula date question?

So combining the two threads:

=TEXT(MIN(A1:A7),"m/d/yy")&"-"&TEXT(MAX(A1:A7),"m/d/yy")

--
Reply by thread only
thanks
Allllen


"SiC" wrote:

Assuming your data is in cells A1:A7 and A10:A16, first cell formula should be:
=TEXT(A1,"m/d/yy")&"-"&TEXT(A7,"m/d/yy")

second cell formula should be:
=TEXT(A10,"m/d/yy")&"-"&TEXT(A16,"m/d/yy")

-Simon

"uptwospeed" wrote:


I have two weeks of dates in a column, 6/5/06 through 6/11/06 a couple
of empty cells and then continues from 6/12/06 trough 6/18/06. There is
one date in each cell. So it looks something like this....
6/5/06
6/6/06
6/7/06
6/8/06
6/9/06
6/10/06
6/11/06


6/12/06
6/13/06
6/14/06
6/15/06
6/16/06
6/17/06
6/18/06


Now I want to make a formula to to show (in two cells) like this....
first cell should show....
6/5/06-6/11/06
Second cells should show....
6/12/06-6/18/06.

I want it to correspond to whatever is in the cells for that week.

Thank you in advance for your help.


--
uptwospeed
------------------------------------------------------------------------
uptwospeed's Profile: http://www.excelforum.com/member.php...fo&userid=3844
View this thread: http://www.excelforum.com/showthread...hreadid=549161


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
date that updates itself daily, plus another formula please?? Ted Excel Worksheet Functions 2 November 26th 05 03:36 PM
Formula date question Dino Excel Discussion (Misc queries) 5 November 14th 05 08:49 PM
Value between 2 dates AG Excel Worksheet Functions 11 August 21st 05 05:32 PM
Date formula Sussex Excel Worksheet Functions 2 February 22nd 05 10:07 PM


All times are GMT +1. The time now is 08:29 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"