View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Copy and Transpose Paste

I change the formulas to text:
Select the range
Edit|Replace
what: =
with: $$$$$=
replace all

Then I do the copy|paste special|transpose

Then I change both ranges back to formulas:
Select the range
Edit|Replace
what: $$$$$=
with: =
replace all
(and repeat with the other range)

HAS wrote:

As we all knew, Excel can copy values and then paste them with tranpose, can
we do the same for formulas?


--

Dave Peterson