reference

  • Thread starter Thread starter ganga
  • Start date Start date
G

ganga

Hi,

I want to use some data from other excel files but each file gives
different cell number each time so i don't know how to link the file...

eg:
ganga orders 55 (sometimes c15 , sometimes C21 like that)
neworders 10 (sometimes c16 , sometimes C22 like that)

and sometimes same as one file...


Thank you
 
One way...

Name the cells in the other files that you want to link. Unless the cells
are deleted, Excel will find them when you update links. For example,
=Book1.xls!Rng345

pulls whatever is in the cell named Rng345 in the Book1 workbook. If Book1
is closed, its path will appearin the formula also:
='D:\Data\Book1.xls'!Rng345

Hope this helps,

Hutch
 
sorry i didn't get what you are saying

Tom Hutchins said:
One way...

Name the cells in the other files that you want to link. Unless the cells
are deleted, Excel will find them when you update links. For example,
=Book1.xls!Rng345

pulls whatever is in the cell named Rng345 in the Book1 workbook. If Book1
is closed, its path will appearin the formula also:
='D:\Data\Book1.xls'!Rng345

Hope this helps,

Hutch
 
In Excel, you can assign a name to a cell or group of cells. Then you can
refer to that cell by its name instead of its address. If you name the cells
you want to link to in your other workbooks, the links will be more dynamic.
Even if the named cells get moved in the other workbooks, Excel will find
them when you update links. Their addresses may have changed, but their names
have not, so Excel can still find them. Here are a couple of tutorials on
naming cells:

http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=281

http://www.cpearson.com/excel/named.htm

Hutch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

link 1
reference 5
vlookup with 2 vaiables 3
Concatenate problem 7
Sumproductif 1
data from multiple files: best way to extract 1
help with vlookup 3
Linking Excel Files 2

Back
Top