+ Reply to Thread
Results 1 to 3 of 3

formula date question?

  1. #1
    Registered User
    Join Date
    12-12-2003
    Location
    FL
    Posts
    2

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

  2. #2
    SiC
    Guest

    RE: 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. #3
    Allllen
    Guest

    RE: 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1