+ Reply to Thread
Results 1 to 6 of 6

Transposing across multiple worksheets

  1. #1
    Forum Contributor
    Join Date
    04-02-2012
    Location
    cape town
    MS-Off Ver
    Excel 365 Subscription
    Posts
    120

    Transposing across multiple worksheets

    Hi Guys

    Can anyone solve this: I need to transpose a column, say a1:a20 from sheets START to END on sheet 1. I would like to use the end:start method (eg. sum('start:end'!a1).

    I have tried ={TRANSPOSE('START:END'!A1:A20)} but it give me a #REF! result. Is is possible to do this?

    Any help would be appreciated. Thanks

  2. #2
    Forum Contributor
    Join Date
    04-02-2012
    Location
    cape town
    MS-Off Ver
    Excel 365 Subscription
    Posts
    120

    Re: Transposing across multiple worksheets

    Anyone help here?

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

    Re: Transposing across multiple worksheets

    Could you please try explaining with the help of a sample file?
    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]

  4. #4
    Forum Contributor
    Join Date
    04-02-2012
    Location
    cape town
    MS-Off Ver
    Excel 365 Subscription
    Posts
    120

    Re: Transposing across multiple worksheets

    Hi Arlette. Ive attached a file. Normal 3D summing into Sheet 1 would be simple enough. However, when you want to transpose the columns to rows, with {TRANSPOSE('START:END'!A1:A20)}, it doesnt work?

    Hope my problem is clear?
    Attached Files Attached Files

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

    Re: Transposing across multiple worksheets

    Why do you want to use the "Start:End" method? You can do it directly via code like this :
    Please Login or Register  to view this content.
    Put the code in a standard module.

  6. #6
    Forum Contributor
    Join Date
    04-02-2012
    Location
    cape town
    MS-Off Ver
    Excel 365 Subscription
    Posts
    120

    Re: Transposing across multiple worksheets

    Hi Arlette
    Thanks, but your code kind of does the opposit to what I want. I need to add the figures in a1 to a20 from each sheet from START to END into for eg. a1 to t1 in Sheet 1. In other words it must add up and then transpose

+ 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