Forum Discussion
NeilKloster
Jun 19, 2020Brass Contributor
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...
- Jun 19, 2020
Abiola1
Jun 19, 2020MVP
=TEXT(A1,"m/dd/yyyy")&" "&TEXT(B1,"hh:mm:ss")
That will deliver 6/19/2020 15:00:00
Then you can copy down the formula using autofill handle
That will deliver 6/19/2020 15:00:00
Then you can copy down the formula using autofill handle