Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to link a cell from other spreadsheet?

Does anyone know how to code following condition for linking?

There are 2 spreadsheets TTT and PPP:
I would like to link a cell A1 under report sheet for TTT spreadsheet from
a cell A1 under 6183 sheet for PPP spreadsheet, but the code of 6183 is
given in a cell B1 under report sheet for TTT spreadsheet.

Under report sheet for TTT spreadsheet,
I would like to use indirect function to join 6183 from B1 under report
sheet for TTT spreadsheet in order to form the link for A1.
Does anyone know how to code it?
Thank you in advance
Eric
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default How to link a cell from other spreadsheet?

This is a formula that links to cell A1 located on a sheet withing the same
workbook.

=Sheet2!A1

This formula links to an external workbook named DataSource , to sheet 1 in
that file and Cell A2 on sheet 1

=[DataSource]Sheet1!$A$2


--

Kevin Backmann


"Eric" wrote:

Does anyone know how to code following condition for linking?

There are 2 spreadsheets TTT and PPP:
I would like to link a cell A1 under report sheet for TTT spreadsheet from
a cell A1 under 6183 sheet for PPP spreadsheet, but the code of 6183 is
given in a cell B1 under report sheet for TTT spreadsheet.

Under report sheet for TTT spreadsheet,
I would like to use indirect function to join 6183 from B1 under report
sheet for TTT spreadsheet in order to form the link for A1.
Does anyone know how to code it?
Thank you in advance
Eric

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to link a cell from other spreadsheet?

Thank Kevin Backmann for your reply

='[DataSource.xls]6227.HK'!$C$2, which work in cell A1, but
I would like to retrieve the value 6227 from cell B1 for this statement
instead of manually input the value 6227 into the string.
Do you have any suggestion?
Thank you for any suggestion
Eric


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
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Excel should let me link one cell to another. Niagara_Falls Excel Worksheet Functions 1 April 6th 06 05:38 AM
AUTOMATIC way to copy the value of a cell in one spreadsheet Mihalis4 Excel Worksheet Functions 2 December 2nd 05 06:49 PM
How to link cell for value in another cell of pivot table? JamesChoi Excel Discussion (Misc queries) 1 September 15th 05 03:24 AM
Clicking Cell Link Changes Cell on Another Sheet nshah Excel Discussion (Misc queries) 1 August 31st 05 01:50 AM


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