+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Valued Forum Contributor realniceguy5000's Avatar
    Join Date
    03-20-2008
    Location
    PA
    MS-Off Ver
    Excel 2003
    Posts
    911

    Formula with 2 cell values, One value is a date

    Hi,

    I'm having a little trouble with this formula.

    Code:
    ='Data Entry'!A113&TEXT('Data Entry'!D113,"mm/dd/yyyy")
    Sheet2 I6 =
    First cell is A113 on Sheet Data Entry = Terminated
    Second Cell is a date D113 on Sheet Data Entry = 4/4/2009

    The result i'm getting is this:
    "='Data Entry'!A113&TEXT('Data Entry'!D113,"mm/dd/yyyy")"
    What I'm looking for is
    "Terminated 4/4/2009"

    Thanks for the help, Mike
    Last edited by realniceguy5000; 03-05-2010 at 10:44 AM.

  2. #2
    Forum Contributor
    Join Date
    07-24-2009
    Location
    Northborough, MA USA
    MS-Off Ver
    Excel 2010
    Posts
    197

    Re: Formula with 2 cell values, One value is a date

    Adjust your formula to:

    Code:
    ='Data Entry'!A113&" "&TEXT('Data Entry'!D113,"m/d/yyyy")

  3. #3
    Valued Forum Contributor realniceguy5000's Avatar
    Join Date
    03-20-2008
    Location
    PA
    MS-Off Ver
    Excel 2003
    Posts
    911

    Re: Formula with 2 cell values, One value is a date

    Quote Originally Posted by ncmay View Post
    Adjust your formula to:

    Code:
    ='Data Entry'!A113&" "&TEXT('Data Entry'!D113,"m/d/yyyy")
    Thank You, Mike

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