Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 132
Default Linking multiple cells between workbooks

Hi,
Can anyone help me with a problem linking multiple cells in a row in one
worksheet to the same number of cells but in a column range in another
worksheet within a different workbook.

The destination worksheet is a summary worksheet which is summarising the
totals from numerous other worksbooks that contain numerous worksheets. In my
summary (destination) worksheet I want to link cells a1 to e1 with cells a150
to a154 in my source worksheet. The source values are formulaes in the source
worksheet that sum the values in the column. I have tried selecting the cells
in the destination worksheet then pressing = and then selecting the source
cells and pressing both Ctrl and enter and also ctrl/shift/enter. Ctrl enter
returns 0 values for all cells where the source cells have a value and the
Ctrl/sift/enter returns an error.

Hope someone can help me. I am using Excel 2003.
--
Ruth
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,365
Default Linking multiple cells between workbooks

This is simple to set up, a bit difficult to explain how. So I'll just give
you the answer up front and explain later. In A1 put this formula (assuming
other book's name is SourceBook.xls and the sheet name is 'source sheet'
=OFFSET('[SourceBook.xls]source sheet'!$A$150,COLUMN()-1,ROW()-1)
then fill that formula across to E1.

If you look at Help for OFFSET you'll find that it needs 3 arguments:
Reference address, rows to offset, columns to offset.
To get it to do the transpositioning we just use column values as rows, and
row values as columns. You set up the first formula so that the result of
the math for calculating the row and column offsets both equal zero. If
you'd wanted your formulas to be echoed beginning at B3 (row 3, column 2)
instead of A1, then the formula would have been:

=OFFSET([TestIt.xls]Sheet1!$A$150,COLUMN()-2,ROW()-3)

The ROW and COLUMN functions return the row/column of the cell that they are
in when used as ROW() and COLUMN().

"Ruth" wrote:

Hi,
Can anyone help me with a problem linking multiple cells in a row in one
worksheet to the same number of cells but in a column range in another
worksheet within a different workbook.

The destination worksheet is a summary worksheet which is summarising the
totals from numerous other worksbooks that contain numerous worksheets. In my
summary (destination) worksheet I want to link cells a1 to e1 with cells a150
to a154 in my source worksheet. The source values are formulaes in the source
worksheet that sum the values in the column. I have tried selecting the cells
in the destination worksheet then pressing = and then selecting the source
cells and pressing both Ctrl and enter and also ctrl/shift/enter. Ctrl enter
returns 0 values for all cells where the source cells have a value and the
Ctrl/sift/enter returns an error.

Hope someone can help me. I am using Excel 2003.
--
Ruth

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 132
Default Linking multiple cells between workbooks

Great thank you very much - this has worked !
--
Ruth


"JLatham" wrote:

This is simple to set up, a bit difficult to explain how. So I'll just give
you the answer up front and explain later. In A1 put this formula (assuming
other book's name is SourceBook.xls and the sheet name is 'source sheet'
=OFFSET('[SourceBook.xls]source sheet'!$A$150,COLUMN()-1,ROW()-1)
then fill that formula across to E1.

If you look at Help for OFFSET you'll find that it needs 3 arguments:
Reference address, rows to offset, columns to offset.
To get it to do the transpositioning we just use column values as rows, and
row values as columns. You set up the first formula so that the result of
the math for calculating the row and column offsets both equal zero. If
you'd wanted your formulas to be echoed beginning at B3 (row 3, column 2)
instead of A1, then the formula would have been:

=OFFSET([TestIt.xls]Sheet1!$A$150,COLUMN()-2,ROW()-3)

The ROW and COLUMN functions return the row/column of the cell that they are
in when used as ROW() and COLUMN().

"Ruth" wrote:

Hi,
Can anyone help me with a problem linking multiple cells in a row in one
worksheet to the same number of cells but in a column range in another
worksheet within a different workbook.

The destination worksheet is a summary worksheet which is summarising the
totals from numerous other worksbooks that contain numerous worksheets. In my
summary (destination) worksheet I want to link cells a1 to e1 with cells a150
to a154 in my source worksheet. The source values are formulaes in the source
worksheet that sum the values in the column. I have tried selecting the cells
in the destination worksheet then pressing = and then selecting the source
cells and pressing both Ctrl and enter and also ctrl/shift/enter. Ctrl enter
returns 0 values for all cells where the source cells have a value and the
Ctrl/sift/enter returns an error.

Hope someone can help me. I am using Excel 2003.
--
Ruth

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 multiple workbooks together yakdog Excel Discussion (Misc queries) 3 July 2nd 07 06:28 AM
linking multiple workbooks [email protected] Links and Linking in Excel 2 May 19th 06 11:46 PM
Linking multiple workbooks Newbie Excel Discussion (Misc queries) 4 May 15th 06 05:49 PM
Linking multiple workbooks Soefje via OfficeKB.com Links and Linking in Excel 0 March 21st 06 06:11 PM
linking to multiple workbooks cwwolfdog Excel Discussion (Misc queries) 4 April 18th 05 05:29 PM


All times are GMT +1. The time now is 03:34 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"