Concatenate Help

Peter1973

Well-known Member
Joined
May 13, 2006
Messages
966
Office Version
  1. 365
I need to merge the data from a range of cells A1:A1000 i was hoping to use concatenate but cant seem to get this to work over multiple cells without having to select each one individually, is there a way to just select the range? Any help appreciated.
 
Since you are using 365, you can use the new TEXTJOIN function.
See: TEXTJOIN function - Microsoft Support

Note if you do not have a delimiter, you can also simply use the CONCAT function, i.e.
Excel Formula:
=CONCAT(A1:A1000)
 
Upvote 0
Solution
That is returning N/A. Sample of the list of data below :
1739193090154.png
 
Upvote 0

Forum statistics

Threads
1,226,831
Messages
6,193,206
Members
453,779
Latest member
C_Rules

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