CONCATENATE

Sefty

Board Regular
Joined
Apr 5, 2022
Messages
68
Office Version
  1. 365
Platform
  1. Windows
Hello, i need help how to make the CONCATENATE enter result look like the yellow column. thanks for help
For text to be
01
PP: football
there is an enter after 01
matrix_pembangunan (72).xlsx
ABCDE
1KodeAP/PP/KP/ProP
2AP01Transformasi Sosial01AP:Transformasi Sosial01 AP:Transformasi Sosial
3::
4::
5::
6::
7::
8::
9::
10::
11::
12::
Sheet1
Cell Formulas
RangeFormula
D2:D12D2=CONCATENATE(B2, A2,":",C2)
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Try this

Excel Formula:
=CONCAT(B2,CHAR(10),A2,":",C2)

Alt + H + W

1707201937906.png

Excel Formula:
 
Upvote 0
sorry kenapa ya jika menggunakan case lain kenapa ngga jadi enter ya? makasihh
Cell Formulas
RangeFormula
D2:D8D2=CONCAT(B2,CHAR(10),A2,":",C2)
A3:C8A3=A2


View attachment 106377
 
Upvote 0
sorry kenapa ya jika menggunakan case lain kenapa ngga jadi enter ya? makasihh
Cell Formulas
RangeFormula
D2:D8D2=CONCAT(B2,CHAR(10),A2,":",C2)
A3:C8A3=A2


View attachment 106377
Sorry, I can already get the formula, apparently you have to click on wrap text 🙏 🙏 🙏
 
Upvote 0
sorry kenapa ya jika menggunakan case lain kenapa ngga jadi enter ya? makasihh
Cell Formulas
RangeFormula
D2:D8D2=CONCAT(B2,CHAR(10),A2,":",C2)
A3:C8A3=A2


View attachment 106377

try
ALT + H + W (Shortcutnya)
 
Upvote 0

Forum statistics

Threads
1,215,110
Messages
6,123,140
Members
449,098
Latest member
Doanvanhieu

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