Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 173
Default Copy Transpose and Link Data

I have a lot of data which I wish to copy and paste special transpose between
one worksheet and another. Is it possible to retain the links to the
original source data and if so how does one do it?

So, for example, I wish to copy WorksheetRT!A1:A10 and copy transpose it to
WorksheetBV!P6:P11, but still retain the links to WorksheetRT!A1:A10 source
data cells. Is there a formula which will allow me to do this in Excel and,
if so, then please could you write the formula out since I am a relative
novice?

regards
Neil
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Copy Transpose and Link Data

Try this in WorksheetBV cell P6 and copy down as required

=INDEX('WorksheetRT'!$A$1:$A$10,ROW(A1))

to copy across from P6 , Q6
=INDEX('WorksheetRT'!$A$1:$A$10,COLUMN(A1))

If this post helps click Yes
---------------
Jacob Skaria


"Neil" wrote:

I have a lot of data which I wish to copy and paste special transpose between
one worksheet and another. Is it possible to retain the links to the
original source data and if so how does one do it?

So, for example, I wish to copy WorksheetRT!A1:A10 and copy transpose it to
WorksheetBV!P6:P11, but still retain the links to WorksheetRT!A1:A10 source
data cells. Is there a formula which will allow me to do this in Excel and,
if so, then please could you write the formula out since I am a relative
novice?

regards
Neil

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to transpose data (Row to column) without losing the cell link Maxim Excel Discussion (Misc queries) 3 March 6th 09 10:43 AM
Link and transpose? jaimek Excel Discussion (Misc queries) 2 August 20th 08 11:29 PM
How can I transpose a paste link? rpcar Excel Discussion (Misc queries) 2 September 1st 05 01:45 AM
How can I transpose a paste link? rpcar Excel Discussion (Misc queries) 2 September 1st 05 12:31 AM
Transpose and link at the same time? Nuttysmallbar Excel Discussion (Misc queries) 2 May 28th 05 12:00 AM


All times are GMT +1. The time now is 09:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"