+ Reply to Thread
Results 1 to 3 of 3

How can I transpose a paste link?

  1. #1
    rpcar
    Guest

    How can I transpose a paste link?

    I would like to link one long row of cells from one worksheet to one long
    column of cells on another. I have to do this in many cases, so paste-linking
    one cell at a time is not feasible. How can I transpose a paste-link
    operation?

  2. #2
    Dave Peterson
    Guest

    Re: How can I transpose a paste link?

    Saved from a previous post:

    You could try this:

    Copy|paste special|paste link
    (but in an out of the way location)

    Then select those cells
    edit|replace
    what: =
    with: $$$$$= (some unique string)
    replace all.

    Now those formulas are strings

    Copy|paste special|transpose

    select the range
    edit|replace
    what: $$$$$= (same string)
    with: =
    replace all

    And clean up that out of the way helper range

    rpcar wrote:
    >
    > I would like to link one long row of cells from one worksheet to one long
    > column of cells on another. I have to do this in many cases, so paste-linking
    > one cell at a time is not feasible. How can I transpose a paste-link
    > operation?


    --

    Dave Peterson

  3. #3
    rpcar
    Guest

    Re: How can I transpose a paste link?

    Good solution! Thank you, Dave.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1