Pick up text/value

Jonathan Lee

New Member
Joined
Feb 22, 2015
Messages
33
Office Version
  1. 2016
Platform
  1. Windows
Hi Shifus,

Need you help here.

I have a range of cells in columns. Unfortunately each row the values were placed in different columns. How can I put all into one column?

Example below, texts are in A, B and C. I need to put all into D.

Thanks.

ABCD
1appleapple
2orangeorange
3grapesgrapes
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Maybe a formula in D1 and drag down
Excel Formula:
=A1&B1&C1
 
Upvote 0
Okay, but you asked for a result based on a provided example !..
Maybe you should update your profile so we know what version of excel you are using
If you have 2019 or 365, you could use
Excel Formula:
=TEXTJOIN("",TRUE,A1:T1)
 
Upvote 0
Can you please update your profile to show what platform and excel version you are using.

So, either
=A1&B1&C1&D1&E1.......etc
or
a vba approach !
 
Upvote 0
Maybe this instead.....drag down to suit
Excel Formula:
=INDEX(A1:T1,MATCH(TRUE,A1:T1<>"",0))
 
Upvote 0
I am on 2016.
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

You will need to confirm that formula with Ctrl Shift Enter, rather than just Enter.
 
Upvote 0
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

You will need to confirm that formula with Ctrl Shift Enter, rather than just Enter.
Noted. Updated. Thanks. :)
 
Upvote 0

Forum statistics

Threads
1,215,079
Messages
6,123,009
Members
449,093
Latest member
ikke

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