Easy way to combine cell info across a large amount of data

phillip87

Board Regular
Joined
Jan 28, 2019
Messages
69
Hey guys.

I have recently started to be emailed building consent lists each Monday, the sales team ideally need these sheets sorted by consent value which I can only do by deleting columns from I onward however this info is also needed. The sheet is partly merged by consent with multiple owners against each one which is why I currently have to delete columns I onwards. I can copy past information or use the concatenate formula easily enough to combine the information however this will not work as the year progresses and the data on the sheets increases substantially.

Any way to essentially do the concatenate formula but without having to go through each row typing it out.

The number of owners varies per consent so i cannot even just work off a basic rule, I have attached a pic of a demo sheet below.

Thanks.
 

Attachments

  • test sheet.jpg
    test sheet.jpg
    129.5 KB · Views: 9

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
I am not sure if I understand your requirements completely.

However, if you want to join multiple cells of data, you can use TEXTJOIN function which is available in
  • Excel for Office 365, Excel 2019, Excel 2016.
An example is given below.

1609989476032.png



The formula is =TEXTJOIN("",1,A1:D1)

Kind regards

Saba
 
Upvote 0
Solution
Thanks, that works as a quicker form of concatenate.

I can copy paste the main body of this and then just drag the last part.
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,748
Members
448,989
Latest member
mariah3

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