+ Reply to Thread
Results 1 to 2 of 2

Transpose cell locations to another sheet

  1. #1
    Forum Contributor
    Join Date
    06-10-2004
    Posts
    121

    Transpose cell locations to another sheet

    Hi

    Using version2013

    I'm trying to transpose data in a column to a row on another sheet.
    The data is updated several times daily.

    I have in the column the following formula =IFERROR(RANK(B4,$B4:$O4,1),"")

    When I Transpose it to another sheet I get =IFERROR(RANK(#REF!,$B4:$O4,1),"")

    I can manually transpose the values but I want it to update dynamically.

    It works if I manually enter =Sheet2!$R4 and then =Sheet2!$R5 etc. for each individual cell, but I have over a thousand cells !!!!!!!

    I have tried fill-in but that does not give the progression, I hope you wizards can help otherwise I need to switch my brain off for a couple of hours and do it manually!

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,022

    Re: Transpose cell locations to another sheet

    You cannot transpose within x rows of the top of the sheet, where x = column with the formula - the column with the leftmost reference +1. So if your formula is in column T, then you should transpose into row 19 or higher: x = 20 - 2 (because you reference B) +1 = 19.

    But, if you want to base your calculations on the first sheet, what you should do is use a formula like

    =INDEX(Sheet1!$T:$T,COLUMN(A1) + offset)

    where offset is the number of the row with the first formula - 1, copied to the right for 1,000 or so cells.
    Last edited by Bernie Deitrick; 02-12-2015 at 03:50 PM.
    Bernie Deitrick
    Excel MVP 2000-2010

+ 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. [SOLVED] Copy multiple cells from one sheet to a specific locations on other sheet
    By Milchika in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-07-2015, 11:40 AM
  2. [SOLVED] Copy multiple cells from one sheet to a specific locations on other sheet
    By Milchika in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-10-2014, 12:55 PM
  3. Replies: 0
    Last Post: 10-24-2013, 11:25 PM
  4. [SOLVED] Need help tracking and deleting ranges copied to another sheet in different locations
    By Coalfired in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-02-2012, 06:48 PM
  5. Form cirle wont let me use two locations on a sheet
    By amsanborn in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-10-2010, 07:14 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