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
pal7mentor
Jun 19, 2020Copper Contributor
Combine data using the CONCAT function
-
Select the cell where you want to put the combined data.
-
Type =CONCAT(.
-
Select the cell you want to combine first.
Use commas to separate the cells you are combining and use quotation marks to add spaces, commas, or other text.
-
Close the formula with a parenthesis and press Enter. An example formula might be =CONCAT(A2, " Family").