+ Reply to Thread
Results 1 to 4 of 4

How do I link horizontal cells vertically?

  1. #1
    Brett
    Guest

    How do I link horizontal cells vertically?

    I'd like to copy a link vertically, but the cells to link to are horizontal.
    How do I do this?

  2. #2
    pinmaster
    Guest
    Something like:

    =INDIRECT("A"&COLUMN(A1))
    copied across

    or

    =OFFSET($A$1,0,ROW(A1))
    copied down

    HTH
    JG
    Last edited by pinmaster; 01-03-2006 at 06:41 PM.

  3. #3
    RagDyer
    Guest

    Re: How do I link horizontal cells vertically?

    Since you said "copy a link", you *can't* use "Paste Special" & "Transpose".

    So, try this:

    Original data in A1 to Z1,

    Enter this anywhere, and copy down 26 rows:

    =INDEX($A$1:$Z$1,ROWS($1:1))

    OR, if the data is more extensive, you can index an entire row, and copy
    down as far as needed:

    =INDEX($1:$1,ROWS($1:1))
    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================




    "Brett" <[email protected]> wrote in message
    news:[email protected]...
    > I'd like to copy a link vertically, but the cells to link to are

    horizontal.
    > How do I do this?



  4. #4
    JAdamJ
    Guest

    RE: How do I link horizontal cells vertically?

    Brett, I can't take credit for this because I read it here once before, but
    you can create the formulas you want horizontally, then highlight the row of
    formulas and
    Edit, Replace
    Find What: =
    Replace With: Brett= 'or some other odd string
    Replace All
    Edit, Copy, go to the cell where you want to put the column of formulas
    Edit, Paste Special, Transpose, OK
    Edit, Replace
    Find What: Brett=
    Replace With: =
    Replace All

    It looks complicated, and I haven't yet figured out the best way to show
    menu command selections, but it's really not that hard to do.

    "Brett" wrote:

    > I'd like to copy a link vertically, but the cells to link to are horizontal.
    > How do I do this?


+ 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