Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Linking cell ranges between rows and columns

I'm OK with linking and transposing cells but what I need to do is to link
ranges. EXAMPLE: I have multiple cell ranges in Sheet 1 :

A1-B1-C1
A2-B2-C2
A3-B3-C3

Is there a direct way to link those row ranges in Sheet 1 with corresponding
column ranges in Sheet 2?:

A1-B1-C1(Sheet 1) linked to A1-B1-C1(Sheet 2)
A2-B2-C2(Sheet 1) linked to D1-E1-F1(Sheet 2)
A3-B3-C3(Sheet 1) linked to G1-H1-I1(Sheet 2)

thanks
--
6-West
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 751
Default Linking cell ranges between rows and columns

In Sheet2!A1:

=OFFSET(Sheet1!A1,INT((COLUMN()-COLUMN($A$1))/3),MOD((COLUMN()-
COLUMN($A$1)),3))

Copy to the right.

HTH
Kostis Vezerides

On Jul 3, 5:12 pm, sixwest wrote:
I'm OK with linking and transposing cells but what I need to do is to link
ranges. EXAMPLE: I have multiple cell ranges in Sheet 1 :

A1-B1-C1
A2-B2-C2
A3-B3-C3

Is there a direct way to link those row ranges in Sheet 1 with corresponding
column ranges in Sheet 2?:

A1-B1-C1(Sheet 1) linked to A1-B1-C1(Sheet 2)
A2-B2-C2(Sheet 1) linked to D1-E1-F1(Sheet 2)
A3-B3-C3(Sheet 1) linked to G1-H1-I1(Sheet 2)

thanks
--
6-West


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
Linking Data from Rows to Columns jeffmp21 Excel Discussion (Misc queries) 5 February 29th 08 09:47 PM
Linking data from Rows to columns in seperate worksheets davidge Excel Worksheet Functions 1 August 11th 07 10:37 PM
linking multiple roles (rows) to a user (cell) Yoesrie Excel Discussion (Misc queries) 0 April 4th 07 09:38 AM
Count rows that match criteria in 2 different column cell ranges JoAnn New Users to Excel 2 December 9th 05 05:51 PM
Linking a cell to update when rows added [email protected] Excel Discussion (Misc queries) 0 July 20th 05 02:37 PM


All times are GMT +1. The time now is 08:11 AM.

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

About Us

"It's about Microsoft Excel"