• Date Format (Excel 2002)

    Author
    Topic
    #433032

    In a database, one of my columns is in a date format (mm/dd/yy). In another worksheet I pull in this cell that contains the date by using a formula (=database!$A$2). I formatted this cell to also be a date format of mm/dd/yy and everything worked dandy as I’ve done this a million times. Next I added to the formula the following

    =database!$A$2&” UPS Charges”

    Now the date has translated itself into a number as opposed to the date that I need… for example, I’d like to see it read as the following:

    6/21/06 UPS Charges

    As usual, any help will be greatly appreciated!
    Thank you!
    LJM

    Viewing 0 reply threads
    Author
    Replies
    • #1017221

      Try

      =TEXT(database!$A$2,”m/d/yy”)&” UPS Charges”)

      or simply use

      =database!$A$2

      and set a custom format

      m/d/yy” UPS Charges”

    Viewing 0 reply threads
    Reply To: Date Format (Excel 2002)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: