combining cells

ttowncorp

Board Regular
Joined
Feb 2, 2015
Messages
183
Office Version
  1. 365
Platform
  1. Windows
is there a way to combine two cells info into one? if cell "A" has the word "happy" and cell "B" has "feet" cell "C" will say happy feet.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
quick question, some of my cells have time and dates in them but they are coming out as a long number is there a way to keep the time to be like "happy feet 1/24/2019 12:16pm" instead of "happy feet 41242.3215
 
Upvote 0
Try

=A1&" "&B1&" "&TEXT(C1,"dd/mm/yyyy hh:mm am/pm")

Code:
[TABLE="width: 673"]
<colgroup><col width="87" span="2" style="width: 65pt;"><col width="151" style="width: 113pt;"><col width="87" span="4" style="width: 65pt;"></colgroup><tbody>[TR]
[TD="width: 87"]Happy[/TD]
[TD="width: 87"]Feet[/TD]
[TD="class: xl63, width: 151, align: right"]24/01/2019 12:16 pm[/TD]
[TD="width: 87"][/TD]
[TD="width: 261, colspan: 3"]Happy Feet 24/01/2019 12:16 pm[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

Forum statistics

Threads
1,214,921
Messages
6,122,280
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top