Closed Thread
Results 1 to 3 of 3

I need today's date returned as date format in formula

  1. #1
    CMIConnie
    Guest

    I need today's date returned as date format in formula

    I have the following formula: =CONCATENATE("W ",TODAY()). It returns W
    38771, but I need it to return W 02/23/06. Is this possible?
    I have Excel 2000

  2. #2
    Gary''s Student
    Guest

    RE: I need today's date returned as date format in formula

    ="W " & TEXT(TODAY(),"mm/dd/yy")

    --
    Gary''s Student


    "CMIConnie" wrote:

    > I have the following formula: =CONCATENATE("W ",TODAY()). It returns W
    > 38771, but I need it to return W 02/23/06. Is this possible?
    > I have Excel 2000


  3. #3
    CLR
    Guest

    RE: I need today's date returned as date format in formula

    ="W "&TEXT(TODAY(),"mm/dd/yyyy")

    Vaya con Dios,
    Chuck, CABGx3



    "CMIConnie" wrote:

    > I have the following formula: =CONCATENATE("W ",TODAY()). It returns W
    > 38771, but I need it to return W 02/23/06. Is this possible?
    > I have Excel 2000


Closed 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