+ Reply to Thread
Results 1 to 2 of 2

Date Range

  1. #1
    Jim
    Guest

    Date Range

    Excel Yoda’s,

    Thanks for your help. What I would like is to have a date range show in one
    cell of a workbook. For example I would like a cell to show November 1, 2005
    – November 10, 2005 when the data is coming from two separate cells.

    Cell one shows November 1, 2005
    Cell two shows November 10, 2005

    Thanks


  2. #2
    bpeltzer
    Guest

    RE: Date Range

    Use the text function to format and combine the two different values. If the
    dates are in A1 and A2, something like =text(A1,"Mmmm d, yyyy") & " - " &
    text(A2,"Mmmm d, yyyy"). (That assumes that the values in A1 and A2 are
    really dates. If they're just text, it's easier: =A1 & " - " & A2)

    --Bruce

    "Jim" wrote:

    > Excel Yoda’s,
    >
    > Thanks for your help. What I would like is to have a date range show in one
    > cell of a workbook. For example I would like a cell to show November 1, 2005
    > – November 10, 2005 when the data is coming from two separate cells.
    >
    > Cell one shows November 1, 2005
    > Cell two shows November 10, 2005
    >
    > Thanks
    >


+ 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