transpose links from a column to a row

T

Tim

I need to transpose a column to a row without using 'Paste Special'. How do i
get the second value when using the formula {=transpose(array)}?
tim
 
A

Ardus Petus

You must validate your TRANSPOSE formula with Ctrl-Shift-Enter since it's an
array formula

HTH
 
M

Miguel Zapico

In order to show all the array elements, you can select all the cells on the
row that will have elements, and insert the formula in all of them at the
same time. For example, if the array have three elements, you can select
cells B1, C1 and D1, enter the formula in B1 and click CTRL+SHIFT+ENTER.

Hope this helps,
Miguel.
 
G

Gary

This works Tim....I tried it.

Miguel Zapico said:
In order to show all the array elements, you can select all the cells on
the
row that will have elements, and insert the formula in all of them at the
same time. For example, if the array have three elements, you can select
cells B1, C1 and D1, enter the formula in B1 and click CTRL+SHIFT+ENTER.

Hope this helps,
Miguel.
 
Top