+ Reply to Thread
Results 1 to 8 of 8

Formula to Transpose data

  1. #1
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Formula to Transpose data

    Hello:

    Please refer to attached file.
    I have daily Data as shown in sheet1.
    I need to transpose this data with formula as outlined in Sheet2.


    Let me know if you have any questions.
    Thanks.
    Riz
    Attached Files Attached Files

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Formula to Transpose data

    You can use a CSE formula in Sheet2

    Place this in C2:L2 and commit with CSE

    =TRANSPOSE(Sheet1!D2:D11)

    I only went thru L2 because on Sheet1 you only went down 10 rows
    HTH
    Regards, Jeff

  3. #3
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Formula to Transpose data

    Hi Jeff:
    Thanks for your suggestion but i tried and as you can see the data in sheet1 is in very 4th column.
    So that is not giving correct result.
    I will have this for the whole month.
    Please check and let me know.
    Thanks
    Riz

  4. #4
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Formula to Transpose data

    Hello Guys:

    Can you see if this can be done with INDIRECT function with row # etc.
    Riz

  5. #5
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Formula to Transpose data

    Is the spacing of columns the same every time? if so you could use a index/match/match formula

    formula in C1 fill right and across
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by humdingaling; 11-23-2015 at 08:21 PM. Reason: file attached
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  6. #6
    Forum Contributor
    Join Date
    05-04-2014
    Location
    New Jersey, United States
    MS-Off Ver
    Excel 2010, 2013
    Posts
    120

    Re: Formula to Transpose data

    Try putting this in cell C3 of Sheet2 and drag it across and down:

    =OFFSET(Sheet1!$D$2,COLUMN()-3,4*(ROW()-2))

    It's using the formula's current row/column location to create a transposed offset from an anchored cell in Sheet1.

  7. #7
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Formula to Transpose data

    Hi clabulis:

    Your formula will work for me.
    i will test more and let you know if any issues.
    Thanks
    Riz

  8. #8
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Formula to Transpose data

    Hi Hundingaling:

    Would work but formula by Clabulis" is easy to understand and easy to use.
    Thanks a lot
    Riz

+ 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] Formula to transpose data that is across for 24 hours and change it to going down in rows
    By excelas88 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-21-2015, 03:14 PM
  2. [SOLVED] Formula to transpose Data
    By rizmomin in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-27-2015, 04:20 PM
  3. Transpose the data. (with Formula)
    By lalaarif1 in forum Excel General
    Replies: 4
    Last Post: 05-12-2014, 02:41 PM
  4. [SOLVED] VBA / Macro / Formula help needed for extracting data and Transpose into another sheet
    By krjoshi in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 02-05-2014, 12:19 PM
  5. Replies: 4
    Last Post: 08-22-2013, 11:56 AM
  6. [SOLVED] Need a formula to transpose data from a Column to a Row
    By ads111ads in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-12-2012, 07:12 AM
  7. Excel formula to Transpose data
    By rizmomin in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-25-2012, 03:08 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