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

I would like to be able to copy a block of cells, and in paste special I need
to be able to transpose and paste link. When I check transpose, I cannot
click paste link. I know a pivot table will do this. Is there an easier way?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default Transpose and Paste Link

Hi,

You can use a formula approach:

=OFFSET($D$3,COLUMN(A1),0)

a second way is to use a formula like:

=TRANSPOSE(D1:D16)

In this case you select the range say M1:AH1, type the formula and press
Shift+Ctrl+Enter. The array formula will do the job nicely. These
techniques can be used with 3-D ranges.

Assume that you want to copy column D's data to the right and maintain a
formula. In this example, I am only dealing with one column and the first
cell D1 contain a title which I am not transposing, although you could.


--
Cheers,
Shane Devenshire


"Kermit" wrote:

I would like to be able to copy a block of cells, and in paste special I need
to be able to transpose and paste link. When I check transpose, I cannot
click paste link. I know a pivot table will do this. Is there an easier way?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Transpose and Paste Link

I cheat.

I select the range to copy
edit|copy
and paste special|links to an unused area

Then I change those formulas to strings:
Select that pasted range
edit|replace
what: = (equal sign)
with: $$$$$=
replace all

Then I can copy and paste|special transpose
Then fix this newly pasted area
Select the range
edit|Replace
what: $$$$$=
with: =
replace all

And then delete that intermediate pasted range.



Kermit wrote:

I would like to be able to copy a block of cells, and in paste special I need
to be able to transpose and paste link. When I check transpose, I cannot
click paste link. I know a pivot table will do this. Is there an easier way?


--

Dave Peterson
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
PASTE LINK option not available when I select PASTE SPECIAL to link an image in Excel to a Word document. tln Links and Linking in Excel 0 April 22nd 07 04:28 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
how do I transpose and paste a link in excel JJJ Excel Worksheet Functions 4 April 27th 05 02:32 PM


All times are GMT +1. The time now is 05:33 PM.

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"