View Single Post
  #3   Report Post  
heppa
 
Posts: n/a
Default

Tried that but I still get an error. Any other "tricks" I need to include
when using TRANSPOSE with links?
Thanks,
hep

"tjtjjtjt" wrote:

An alternative to copying and pasting:
Select all the cells you want to transpose into.
Type =Transpose(cellstotranspose)
Press Ctrl+Shift+Enter

For example, if you select four cells in a row, type =Transpose(A1:A4) and
then press Ctrl+Shift+Enter, you will get the values from A1:A4 Transposed.
Since the results are generated with a formula, they will be linked to the
original cells.

tj

"Vince" wrote:

Hi,

trying to copy data organized vertically and paste-link them in an
horizontally-organized worksheet.

Any idea on how to do that without having to copy/paste link each cell
individually?

thx

vince