+ Reply to Thread
Results 1 to 6 of 6

linking column cells to row cells

  1. #1
    Registered User
    Join Date
    10-11-2012
    Location
    Edinburgh
    MS-Off Ver
    Excel 2010
    Posts
    17

    linking column cells to row cells

    Hello
    I am trying to get excel to copy a row into a column eg cells A1:H1 to be linked to M4:M10.
    I am wondering if there is a quick formula that can be used for this as i have several hundred cells to do.
    Any help is much appreciated.
    Thanks
    K

  2. #2
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: linking column cells to row cells

    try

    =index($A$1:$H$1,,row($A1))

    then drag down
    Last edited by twiggywales; 10-11-2012 at 08:25 AM.
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

  3. #3
    Forum Contributor
    Join Date
    08-29-2012
    Location
    Slough
    MS-Off Ver
    Excel 2007
    Posts
    469

    Re: linking column cells to row cells

    Hi Kello,

    Try entering =TRANSPOSE($A$1:$H$1) as an array formula. Highlight all the cells you want the formula in. Paste it in and then press Ctrl + Shift + Enter.

    Regards

    Danny

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,168

    Re: linking column cells to row cells

    What do you mean by link? Do you mean that whatever data is in A1 for example should show up in M4 and so on for the other cells?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  5. #5
    Registered User
    Join Date
    10-11-2012
    Location
    Edinburgh
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: linking column cells to row cells

    i got it working thanks and sorry for the delay in getting back to you's
    Thanks again
    Kello

  6. #6
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: linking column cells to row cells

    glad to have helped dont forget to mark it solved and star tap the helpers

+ 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