How to copy a row with transposing to a column retaining links to input cells?

  • Thread starter Thread starter Dmitry
  • Start date Start date
D

Dmitry

Hello!
How to copy a row with transposing to a column retaining links to input
cells? Excel transposes with a links change or only values.
Best regards,
Dima
+7 9163876746
 
Maybe you can change the formulas to strings, copy|paste special and change the
strings back to formulas.

I do this:

Select the range to copy
edit|replace
what: = (equal sign)
with: $$$$$=
replace all

Do the copy and paste special|transpose.

Then change the $$$$$= back to = in both the copied range and pasted range.
 
Thanks Dave Peterson for your instruction!
Dave Peterson said:
Maybe you can change the formulas to strings, copy|paste special and change the
strings back to formulas.

I do this:

Select the range to copy
edit|replace
what: = (equal sign)
with: $$$$$=
replace all

Do the copy and paste special|transpose.

Then change the $$$$$= back to = in both the copied range and pasted range.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top