Simple collation of column data

Bebbspoke

Board Regular
Joined
Oct 10, 2014
Messages
193
I have multiple columns - for any row a "result" will only appear in ONE column...

Please - is there a simple way to collate the row data into a single column? Thank you.
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
What exactly do these results look?
Are they text? Numeric? Dates?
 
Upvote 0
with PowerQuery use Table.ToColumns then filter by blank (or null)
 
Upvote 0
Hi peoples, thanks for your interest,

Joe - the "data" is text and/or numeric

Sandy - please - having collated via PowerQuery... is it then possible to reference the collated column for further processing?
(using the LEN function to collate hangs the resultant for further processes....) thanks
 
Upvote 0
it all depends on what you want to do later ... your information is very poor
if the result does not change then you can use QueryResult or change to the normal range of excel (convert table to range)
most of things you can do via PowerQuery
 
Upvote 0
Hi peoples,

Thank you for all your suggestions.
The SIMPLE formula I required was; - (e.g.)

=A1&A2&A3&...

Cheers.
 
Upvote 0

Forum statistics

Threads
1,213,517
Messages
6,114,085
Members
448,548
Latest member
harryls

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