Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
rickman
 
Posts: n/a
Default Transposing Links Every Certain Amount of Rows

I have data from F13 to F1299. I want to transpose and LINK every 11 cells
down column F to a new row on a new worksheet.

For example, every 2 cells down on a new row:
1
2
3
4
goes to
12
34

Is there any quick way to do this? Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.misc
vezerid
 
Posts: n/a
Default Transposing Links Every Certain Amount of Rows

Let us say you want to start your new table in the new sheet in cell
D6. Then the following formula

=OFFSET(Sheet1!$A$13,FLOOR((ROW()-ROW($D$6))*11,11)+MOD(COLUMN()-COLUMN($D$6),11),0)

can be copied across 11 columns and down as far as necessary and will
produce an 11-column table with what you are asking (I believe). If you
need to CONCATENATE (which is what you are apparently referring to as
LINK) the values you can do this next to the data with a formula like:

=CONCATENATE(D6, E6, ..., N6)

HTH
Kostis Vezerides

  #3   Report Post  
Posted to microsoft.public.excel.misc
rickman
 
Posts: n/a
Default Transposing Links Every Certain Amount of Rows

Wow, worked great. Can you explain to me how that worked? As in, what does
offset, floor, mod, etc. mean? Can you break apart the formula so I know how
it works... I mean when you have time of course. Thanks!

"vezerid" wrote:

Let us say you want to start your new table in the new sheet in cell
D6. Then the following formula

=OFFSET(Sheet1!$A$13,FLOOR((ROW()-ROW($D$6))*11,11)+MOD(COLUMN()-COLUMN($D$6),11),0)

can be copied across 11 columns and down as far as necessary and will
produce an 11-column table with what you are asking (I believe). If you
need to CONCATENATE (which is what you are apparently referring to as
LINK) the values you can do this next to the data with a formula like:

=CONCATENATE(D6, E6, ..., N6)

HTH
Kostis Vezerides


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Prompt to update links Werner Rohrmoser Links and Linking in Excel 0 November 3rd 05 09:47 AM
Deleting links to other spreadsheets KarenH Excel Worksheet Functions 2 October 28th 05 04:09 AM
Update links prompt not wanted neeraj Excel Discussion (Misc queries) 5 September 23rd 05 06:34 PM
Hiding Rows if the linked rows are blank KG Excel Discussion (Misc queries) 9 May 18th 05 02:32 AM
Conditional Format With SUMIF Minitman Excel Worksheet Functions 3 November 1st 04 02:58 PM


All times are GMT +1. The time now is 10:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"