Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 50
Default Linking sheet between two files

Thanks for reading this post.

I have two files named X and Y. I want to link column A in file X sheet 1 to
row 1 in file Y sheet 2. eg. File X sheet 1 cell A1 should be linker to file
Y sheet 2 cell P10; File X sheet 1 cell A2 to be linked to file Y sheet 2
cell Q10, similarly cell A3 to cell R10 and so on. How can this be done
easily without linking the cells individually? linking columns to columns or
row to row is simple, just enter the formula in one cell and drag it down or
across as required. Is there any such trick to link a column to a row as
explained above?

Preman
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Linking sheet between two files

If you enter this in P10 (on the same sheet) and copy right you will get what
you want
=INDIRECT("A"&(COLUMN()-15))

You need to replace "A" with "[FileName]SheetName!A" after putting your file
name and sheet name apprpriately.

"jpreman" wrote:

Thanks for reading this post.

I have two files named X and Y. I want to link column A in file X sheet 1 to
row 1 in file Y sheet 2. eg. File X sheet 1 cell A1 should be linker to file
Y sheet 2 cell P10; File X sheet 1 cell A2 to be linked to file Y sheet 2
cell Q10, similarly cell A3 to cell R10 and so on. How can this be done
easily without linking the cells individually? linking columns to columns or
row to row is simple, just enter the formula in one cell and drag it down or
across as required. Is there any such trick to link a column to a row as
explained above?

Preman

  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Linking sheet between two files

With Y.xls simultaneously open (this is required)
In X.xls, in Sheet1,
In A1: =OFFSET(INDIRECT("'[Y.xls]Sheet2'!P10"),,ROWS($1:1)-1)
Copy down
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---
"jpreman" wrote:
Thanks for reading this post.

I have two files named X and Y. I want to link column A in file X sheet 1 to
row 1 in file Y sheet 2. eg. File X sheet 1 cell A1 should be linker to file
Y sheet 2 cell P10; File X sheet 1 cell A2 to be linked to file Y sheet 2
cell Q10, similarly cell A3 to cell R10 and so on. How can this be done
easily without linking the cells individually? linking columns to columns or
row to row is simple, just enter the formula in one cell and drag it down or
across as required. Is there any such trick to link a column to a row as
explained above?

Preman

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 50
Default Linking sheet between two files

Thanks a lot to both of you, Sheeloo and Max.

That's exactly what I was looking for.


"Max" wrote:

With Y.xls simultaneously open (this is required)
In X.xls, in Sheet1,
In A1: =OFFSET(INDIRECT("'[Y.xls]Sheet2'!P10"),,ROWS($1:1)-1)
Copy down
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---
"jpreman" wrote:
Thanks for reading this post.

I have two files named X and Y. I want to link column A in file X sheet 1 to
row 1 in file Y sheet 2. eg. File X sheet 1 cell A1 should be linker to file
Y sheet 2 cell P10; File X sheet 1 cell A2 to be linked to file Y sheet 2
cell Q10, similarly cell A3 to cell R10 and so on. How can this be done
easily without linking the cells individually? linking columns to columns or
row to row is simple, just enter the formula in one cell and drag it down or
across as required. Is there any such trick to link a column to a row as
explained above?

Preman

  #5   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Linking sheet between two files

Good to hear. Thanks for rating responses and feedback.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---
"jpreman" wrote in message
...
Thanks a lot to both of you, Sheeloo and Max.
That's exactly what I was looking for.





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 files JR Excel Discussion (Misc queries) 1 January 6th 09 06:05 PM
Linking Files John Muscatiello Excel Worksheet Functions 3 January 17th 08 06:07 PM
Linking to files Cameron Excel Discussion (Misc queries) 0 September 11th 07 11:18 PM
HELP linking to PDF files from Excel sheet on CD [email protected] Excel Discussion (Misc queries) 1 July 4th 06 04:55 PM
Linking Files George Tattam Excel Discussion (Misc queries) 3 February 7th 06 08:48 AM


All times are GMT +1. The time now is 09:38 AM.

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"