+ Reply to Thread
Results 1 to 21 of 21

How to convert DATE and TIME to text

  1. #1
    Registered User
    Join Date
    08-12-2005
    Posts
    2

    How to convert DATE and TIME to text

    Hi,

    I am having problem to convert cells with DATE and TIME format to text. I tried virtually anything but VBA programming. Anybody can help with simpler methods ?

    Thanks a lot

  2. #2
    Registered User
    Join Date
    01-28-2004
    Location
    Suffolk, England
    Posts
    4

    Use TEXT function

    Have you tried using the TEXT function?

    e.g.

    =TEXT(A1,"DD/MM/YYYY HH:MM:SS")

    Assuming cell A1 contains date/time entry

  3. #3
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  4. #4
    Registered User
    Join Date
    08-12-2005
    Posts
    2
    Did that, no avail. #NAME? error

    Here's my worksheet looks like :


    Date (cell A1)

    8/9/2005 (cell A3, DATE format MM/DD/YYY)
    8/10/2005 (cell A4, same DATE format as above)

    If at cell C3 and C4 I want to display same date, but with TEXT format, above formula won't work.

    Any idea why ?

    Thanks for the reply
    Last edited by ice_pack; 08-15-2005 at 05:39 AM.

  5. #5
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  6. #6
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  7. #7
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  8. #8
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  9. #9
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  10. #10
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  11. #11
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  12. #12
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  13. #13
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  14. #14
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  15. #15
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  16. #16
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  17. #17
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  18. #18
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  19. #19
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  20. #20
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


  21. #21
    Duke Carey
    Guest

    RE: How to convert DATE and TIME to text

    Use the TEXT() function

    To convert a date value

    =TEXT(TODAY(),"MM/DD/YY")

    Same thing with time

    =TEXT(NOW(),"hh:mm:ss")



    "ice_pack" wrote:

    >
    > Hi,
    >
    > I am having problem to convert cells with DATE and TIME format to text.
    > I tried virtually anything but VBA programming. Anybody can help with
    > simpler methods ?
    >
    > Thanks a lot
    >
    >
    > --
    > ice_pack
    > ------------------------------------------------------------------------
    > ice_pack's Profile: http://www.excelforum.com/member.php...o&userid=26232
    > View this thread: http://www.excelforum.com/showthread...hreadid=395275
    >
    >


+ 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