English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

The Transpose function almost does this but it puts the data in multiple columns and I need it to go in one cell

2006-10-25 04:39:42 · 4 answers · asked by timcfa 2 in Computers & Internet Software

4 answers

Use the CONCATENATE function.

=CONCATENATE(A1,B1,C1,D1)

if you need spaces between, just use the formula this way:

=CONCATENATE(A1," ",B1," ",C1," ",D1)

The formula can be done without the function like:

=A1&" "&B1&" "&C1&" "&D1

2006-10-25 06:51:17 · answer #1 · answered by O Caçador 6 · 0 1

it could be achieved by technique of splitting the cells. As you do not say which excel version you've i visit't allow you to comprehend the position the instructions are yet the following is a hyperlink to allow you to comprehend techniques that is achieved.

2016-12-05 05:24:27 · answer #2 · answered by Anonymous · 0 0

How many columns you have?
Is it a variable number of columns or is it constant?

I need more info

From the first look, you can use this
=INDIRECT( "A" & ROW()+1)
to get the first item, but i still need more info

VBAXLMan

2006-10-28 00:13:40 · answer #3 · answered by Anonymous · 0 0

use the merge and center command in the object bar... you can change the direction of the font by right clicking the cell after you merge it and setting the alignment under the format cell option.

2006-10-25 04:43:28 · answer #4 · answered by xerocs 5 · 0 0

fedest.com, questions and answers