+ Reply to Thread
Results 1 to 2 of 2

Linking Data from 2 worksheets without transposing

  1. #1
    Registered User
    Join Date
    05-20-2013
    Location
    dallas, tx
    MS-Off Ver
    Excel 2010
    Posts
    2

    Linking Data from 2 worksheets without transposing

    Hi, I am having issues with excel 2010. I am trying to link data from worksheet 1 to worksheet 2. Worksheet one has data entered horizontally and worksheet 2 needs to be entered vertically. I do not want to use the transpose function because it will not reference each individual cell in worksheet 2 to worksheet 1.

    Can you please advise a solution?

    Thanks

  2. #2
    Valued Forum Contributor Lemice's Avatar
    Join Date
    04-13-2013
    Location
    Somewhere.
    MS-Off Ver
    Excel 2016
    Posts
    696

    Re: Linking Data from 2 worksheets without transposing

    Hello and welcome to the forum,

    One way that comes to my mind when I read your post is that you can use INDIRECT function in combination with ADDRESS, ROW and COLUMN, for example, paste this formula in B1 and drag it down
    =ADDRESS(COLUMN()-1,ROW(),4)

    And you will see a series of A1, B1, C1, ... If you put them in the INDIRECT, you will get the results you want.
    (copy pasta from Ford)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools

    Regards,
    Lem

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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