+ Reply to Thread
Results 1 to 5 of 5

using the =page! feature to transpose a row to column

  1. #1
    Registered User
    Join Date
    01-26-2014
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    using the =page! feature to transpose a row to column

    Hello,

    I have a series of excel sheets wherein I use formulas to calculate responses to text pasted in from other documents.

    The text is pasted in columns in each sheet. This renders final calculations listed in a row at the bottom.

    I have one master sheet where I list, in columns, all of the final calculations.

    I prefer to use the feature that permits the text to be translated from the various sheets directly to the master page (for instance: =Page!H10).

    My problem: when I enter the formula for excel to find the proper cell on one of the many sheets, then drag the formula DOWN, excel reads the cells DOWN. Usually, I can correct this by entering a few instances of the desired pattern in contiguous cells and then dragging it in any direction.

    For instance, I enter =Digits!C10, =Digits!D10, =Digits!E10 in three cells from top to bottom. Then, I drag over the three to see if excel continues my pattern. It doesn't.

    How can I construct a column of data on one page from a row of data on another page?

    Thank you,
    Phillip

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,618

    Re: using the =page! feature to transpose a row to column

    =INDIRECT("Digits!C"&(ROW() + x ))
    where x depends on the row the formula is in and the column you want to start with
    Last edited by protonLeah; 01-26-2014 at 04:29 PM.
    Ben Van Johnson

  3. #3
    Registered User
    Join Date
    01-26-2014
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: using the =page! feature to transpose a row to column

    Hello,

    Thanks for your reply.

    I was able to get the formula working. I used the following:

    =INDIRECT("Digits!C"&ROW()+12)

    Then, for subsequent rows:

    =INDIRECT("Digits!D"&ROW()+11)
    =INDIRECT("Digits!E"&ROW()+10)
    =INDIRECT("Digits!F"&ROW()+9)

    However, when I attempt to drag the formula down to generate additional fields, excel merely copies the existing formulas. Is there any way to get this formula to generate?

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,618

    Re: using the =page! feature to transpose a row to column

    Try:
    Please Login or Register  to view this content.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    01-26-2014
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: using the =page! feature to transpose a row to column

    Hello,

    Thank you that worked very well.

    Good day,

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. how to paste transpose in the excel while downloading the content from web page
    By Kiran Kurapati in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-03-2013, 04:49 AM
  2. Replies: 3
    Last Post: 02-07-2006, 11:10 AM
  3. [SOLVED] page setup feature is not working
    By [email protected] in forum Excel General
    Replies: 1
    Last Post: 08-15-2005, 12:13 PM
  4. turn rows to repeat feature off for 1 page
    By soopr_teach in forum Excel General
    Replies: 1
    Last Post: 06-13-2005, 03:05 PM
  5. [SOLVED] Meaning of specifications in the Text to column feature
    By Hari in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-15-2005, 04:06 PM

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