copy data from one tab to another as a list

paul higginson

New Member
Joined
Sep 6, 2023
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hello,

I'm trying to reference data from one tab to another.
The data on the first tab is in the form of numbers in individual cells.
I want to copy the contents of multiple cells (the numbers) and list them as desired on the other tab but within the same cell, is this possible.
I've found the 'CONCAT' function which gets close to what I'm after but I need some kind of seperators to make this work for me, otherwise the number merge!
Can anyone help?

Listed number data in cells on first tab.Listed numbers referenced into single cell on second tab.
(This is what I'm after)
4545,56,78,90
56
78
90

Thank you.

Paul
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
You need to use Textjoin rather than concat.
 
Upvote 0

Forum statistics

Threads
1,215,148
Messages
6,123,301
Members
449,095
Latest member
Chestertim

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