+ Reply to Thread
Results 1 to 4 of 4

Create Sentence using other cells

  1. #1
    Registered User
    Join Date
    01-18-2011
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    35

    Create Sentence using other cells

    We would like to create a sentence using other cells. Example: In one cell we have date “1-Jan-2012” another cell we have “5-Jan-2012”. We would like to create a sentence in another cell like this “We will be away from 1-Jan-2012 and back on 5-Jan-2012”. Would anyone know how to do this?

    R

    CB

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Create Sentence using other cells

    If your first date is in cell A1, and the 2nd in cell B1 then in another cell try:

    ="We will be away from " & TEXT(A1,"dd-mmm-yyyy") & " and back on " & TEXT(B1,"dd-mmm-yyyy")

  3. #3
    Valued Forum Contributor
    Join Date
    02-09-2012
    Location
    Mauritius
    MS-Off Ver
    Excel 2007
    Posts
    1,055

    Re: Create Sentence using other cells

    Hello

    You can try this too:

    =CONCATENATE("We will be away from ",TEXT(A1,"dd-mmm-yy")," and back on ",TEXT(B1,"dd-mmm-yy"))
    Click *, if my suggestion helps you. Have a good day!!

  4. #4
    Registered User
    Join Date
    01-18-2011
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    35

    Re: Create Sentence using other cells

    Thanks All, works perfectly. Thanks for your help

    R

    CB

+ 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