Forum Discussion

NeilKloster's avatar
NeilKloster
Brass Contributor
Jun 19, 2020
Solved

Trouble combining two cells into one

Hello,    I am trying to combine a date from cell A1 (=Today()) with a time from cell B1 (3:00:00 PM), but everything I try, I get:    "44001 3:00:00 PM" in C1   I've tried custom formatting, I...
  • Bennadeau's avatar
    Jun 19, 2020

    Hi NeilKloster,

    Try this ...

    =CONCATENATE(TEXT(TODAY(),"m/dd/yyyy")&" 3:00 PM")

     

    Ben

Resources