Hi All:
How do I concatenate two cells that are formatted to TIME, but remove the "AM" and "PM"?
Here's what I have:
Cell A1: 8:00 AM
Cell B1: 4:00 PM
In cell G1, I want to concatenate the two and drop the "AM" and "PM" so that it only shows "8:00 - 4:00"
I'm currently using:
=CONCATENATE(A1," - ",B1)
... yet my output in G1 is: "0.333333333333333 - 0.666666666666667"
I want ... "8:00 - 4:00"
Thank you!
![]()
Bookmarks