+ Reply to Thread
Results 1 to 3 of 3

Concatenate Function/converting military time to AM/PM

  1. #1
    brianwakin
    Guest

    Concatenate Function/converting military time to AM/PM

    I wrote the formula below to display time that was originally in two separate
    cells into one cell separated by a " - ". It works accept the result is
    displayed in military time and not in AM/PM. Any help would be appreciated.

    =CONCATENATE(TEXT(B7,"h:mm")," - ",TEXT(C7,"h:mm"))


    --
    Brian

  2. #2
    Bob Phillips
    Guest

    Re: Concatenate Function/converting military time to AM/PM

    Se response in worksheet.functions

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "brianwakin" <[email protected]> wrote in message
    news:[email protected]...
    > I wrote the formula below to display time that was originally in two

    separate
    > cells into one cell separated by a " - ". It works accept the result is
    > displayed in military time and not in AM/PM. Any help would be

    appreciated.
    >
    > =CONCATENATE(TEXT(B7,"h:mm")," - ",TEXT(C7,"h:mm"))
    >
    >
    > --
    > Brian




  3. #3
    Tom Ogilvy
    Guest

    Re: Concatenate Function/converting military time to AM/PM

    =CONCATENATE(TEXT(B7,"h:mm AM/PM")," - ",TEXT(C7,"h:mm AM/PM"))

    --
    Regards,
    Tom Ogilvy

    "brianwakin" <[email protected]> wrote in message
    news:[email protected]...
    > I wrote the formula below to display time that was originally in two

    separate
    > cells into one cell separated by a " - ". It works accept the result is
    > displayed in military time and not in AM/PM. Any help would be

    appreciated.
    >
    > =CONCATENATE(TEXT(B7,"h:mm")," - ",TEXT(C7,"h:mm"))
    >
    >
    > --
    > Brian




+ 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