Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default refering to specific cell in the formula

='C:\Documents and Settings\VENUS\Desktop\[1.xlsx]1'!$A$1
this is a formula in the specific cell but i have more than 150 files.xlsx
and i have to merge it in one sheet can any one give me a way to make this
idea possiable
a b c d e
1 1xlsx 2.xlsx 3.xlsx 4.xlsx 5.xlsx
2 ='C:\Documents and Settings\VENUS\Desktop\[A1]1'!$A$1
3 ='C:\Documents and Settings\VENUS\Desktop\[B21]1'!$A$1
4 ='C:\Documents and
Settings\VENUS\Desktop\[B3]1'!$A$1
that mean i will refer the name of the file in the furmula to the cell A1 B1
C1 etc.
i have tried many ways but it doesn't run
so kindly and expert tell me the way to do that with the file name and the
sheet that i give (1) for it names also in the same way

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default refering to specific cell in the formula

Try this:

Enter this formula in A2:

="='C:\Documents and Settings\VENUS\Desktop\["&A1&"]'!$A$1"

Copy across as needed.

This will result is a TEXT string that looks like a formula.

='C:\Documents and Settings\VENUS\Desktop\[1.xlsx]'!$A$1

Select all the cells that hold these formulas
Goto EditCopy
Then, EditPaste SpecialValues
Then, EditReplace
Find what: =
Replace with: =
Replace All

That's correct. You want to replace the = with an =.


--
Biff
Microsoft Excel MVP


"need a help" wrote in message
...
='C:\Documents and Settings\VENUS\Desktop\[1.xlsx]1'!$A$1
this is a formula in the specific cell but i have more than 150 files.xlsx
and i have to merge it in one sheet can any one give me a way to make this
idea possiable
a b c d e
1 1xlsx 2.xlsx 3.xlsx 4.xlsx 5.xlsx
2 ='C:\Documents and Settings\VENUS\Desktop\[A1]1'!$A$1
3 ='C:\Documents and Settings\VENUS\Desktop\[B21]1'!$A$1
4 ='C:\Documents and
Settings\VENUS\Desktop\[B3]1'!$A$1
that mean i will refer the name of the file in the furmula to the cell A1
B1
C1 etc.
i have tried many ways but it doesn't run
so kindly and expert tell me the way to do that with the file name and the
sheet that i give (1) for it names also in the same way



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default refering to specific cell in the formula

Ooops!

I left out the sheet name.

Enter this formula in A2:
="='C:\Documents and Settings\VENUS\Desktop\["&A1&"]'!$A$1"


Formula should be:

="='C:\Documents and Settings\VENUS\Desktop\["&A1&"]1'!$A$1"


--
Biff
Microsoft Excel MVP


"T. Valko" wrote in message
...
Try this:

Enter this formula in A2:

="='C:\Documents and Settings\VENUS\Desktop\["&A1&"]'!$A$1"

Copy across as needed.

This will result is a TEXT string that looks like a formula.

='C:\Documents and Settings\VENUS\Desktop\[1.xlsx]'!$A$1

Select all the cells that hold these formulas
Goto EditCopy
Then, EditPaste SpecialValues
Then, EditReplace
Find what: =
Replace with: =
Replace All

That's correct. You want to replace the = with an =.


--
Biff
Microsoft Excel MVP


"need a help" wrote in message
...
='C:\Documents and Settings\VENUS\Desktop\[1.xlsx]1'!$A$1
this is a formula in the specific cell but i have more than 150
files.xlsx
and i have to merge it in one sheet can any one give me a way to make
this
idea possiable
a b c d e
1 1xlsx 2.xlsx 3.xlsx 4.xlsx 5.xlsx
2 ='C:\Documents and Settings\VENUS\Desktop\[A1]1'!$A$1
3 ='C:\Documents and Settings\VENUS\Desktop\[B21]1'!$A$1
4 ='C:\Documents and
Settings\VENUS\Desktop\[B3]1'!$A$1
that mean i will refer the name of the file in the furmula to the cell A1
B1
C1 etc.
i have tried many ways but it doesn't run
so kindly and expert tell me the way to do that with the file name and
the
sheet that i give (1) for it names also in the same way





  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default refering to specific cell in the formula

i done with the sheet name before but it dosn't work

can you send me an excel sheet with same you done to see how it will work
great thanks for you

"T. Valko" wrote:

Ooops!

I left out the sheet name.

Enter this formula in A2:
="='C:\Documents and Settings\VENUS\Desktop\["&A1&"]'!$A$1"


Formula should be:

="='C:\Documents and Settings\VENUS\Desktop\["&A1&"]1'!$A$1"


--
Biff
Microsoft Excel MVP


"T. Valko" wrote in message
...
Try this:

Enter this formula in A2:

="='C:\Documents and Settings\VENUS\Desktop\["&A1&"]'!$A$1"

Copy across as needed.

This will result is a TEXT string that looks like a formula.

='C:\Documents and Settings\VENUS\Desktop\[1.xlsx]'!$A$1

Select all the cells that hold these formulas
Goto EditCopy
Then, EditPaste SpecialValues
Then, EditReplace
Find what: =
Replace with: =
Replace All

That's correct. You want to replace the = with an =.


--
Biff
Microsoft Excel MVP


"need a help" wrote in message
...
='C:\Documents and Settings\VENUS\Desktop\[1.xlsx]1'!$A$1
this is a formula in the specific cell but i have more than 150
files.xlsx
and i have to merge it in one sheet can any one give me a way to make
this
idea possiable
a b c d e
1 1xlsx 2.xlsx 3.xlsx 4.xlsx 5.xlsx
2 ='C:\Documents and Settings\VENUS\Desktop\[A1]1'!$A$1
3 ='C:\Documents and Settings\VENUS\Desktop\[B21]1'!$A$1
4 ='C:\Documents and
Settings\VENUS\Desktop\[B3]1'!$A$1
that mean i will refer the name of the file in the furmula to the cell A1
B1
C1 etc.
i have tried many ways but it doesn't run
so kindly and expert tell me the way to do that with the file name and
the
sheet that i give (1) for it names also in the same way






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default refering to specific cell in the formula

Well, it does work for me. This is something not easily demonstrated in a
sample file since your referencing several other files.

???

--
Biff
Microsoft Excel MVP


"need a help" wrote in message
...
i done with the sheet name before but it dosn't work

can you send me an excel sheet with same you done to see how it will work
great thanks for you

"T. Valko" wrote:

Ooops!

I left out the sheet name.

Enter this formula in A2:
="='C:\Documents and Settings\VENUS\Desktop\["&A1&"]'!$A$1"


Formula should be:

="='C:\Documents and Settings\VENUS\Desktop\["&A1&"]1'!$A$1"


--
Biff
Microsoft Excel MVP


"T. Valko" wrote in message
...
Try this:

Enter this formula in A2:

="='C:\Documents and Settings\VENUS\Desktop\["&A1&"]'!$A$1"

Copy across as needed.

This will result is a TEXT string that looks like a formula.

='C:\Documents and Settings\VENUS\Desktop\[1.xlsx]'!$A$1

Select all the cells that hold these formulas
Goto EditCopy
Then, EditPaste SpecialValues
Then, EditReplace
Find what: =
Replace with: =
Replace All

That's correct. You want to replace the = with an =.


--
Biff
Microsoft Excel MVP


"need a help" wrote in message
...
='C:\Documents and Settings\VENUS\Desktop\[1.xlsx]1'!$A$1
this is a formula in the specific cell but i have more than 150
files.xlsx
and i have to merge it in one sheet can any one give me a way to make
this
idea possiable
a b c d e
1 1xlsx 2.xlsx 3.xlsx 4.xlsx 5.xlsx
2 ='C:\Documents and Settings\VENUS\Desktop\[A1]1'!$A$1
3 ='C:\Documents and
Settings\VENUS\Desktop\[B21]1'!$A$1
4 ='C:\Documents and
Settings\VENUS\Desktop\[B3]1'!$A$1
that mean i will refer the name of the file in the furmula to the cell
A1
B1
C1 etc.
i have tried many ways but it doesn't run
so kindly and expert tell me the way to do that with the file name and
the
sheet that i give (1) for it names also in the same way










  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default refering to specific cell in the formula

i have forgeten to tell you that i use excel 2007 is that mean something that
doesn't work with me it will come after i enter it in the cell like this
='C:\Documents and Settings\VENUS\Desktop\["&A1&"]1'!$A$1"
as a text and without the ="" we enter in the first and the last
do me a help make me a file and send it to me by email i will be thankfull
for you
my email pls do it for me

"T. Valko" wrote:

Well, it does work for me. This is something not easily demonstrated in a
sample file since your referencing several other files.

???

--
Biff
Microsoft Excel MVP


"need a help" wrote in message
...
i done with the sheet name before but it dosn't work

can you send me an excel sheet with same you done to see how it will work
great thanks for you

"T. Valko" wrote:

Ooops!

I left out the sheet name.

Enter this formula in A2:
="='C:\Documents and Settings\VENUS\Desktop\["&A1&"]'!$A$1"

Formula should be:

="='C:\Documents and Settings\VENUS\Desktop\["&A1&"]1'!$A$1"


--
Biff
Microsoft Excel MVP


"T. Valko" wrote in message
...
Try this:

Enter this formula in A2:

="='C:\Documents and Settings\VENUS\Desktop\["&A1&"]'!$A$1"

Copy across as needed.

This will result is a TEXT string that looks like a formula.

='C:\Documents and Settings\VENUS\Desktop\[1.xlsx]'!$A$1

Select all the cells that hold these formulas
Goto EditCopy
Then, EditPaste SpecialValues
Then, EditReplace
Find what: =
Replace with: =
Replace All

That's correct. You want to replace the = with an =.


--
Biff
Microsoft Excel MVP


"need a help" wrote in message
...
='C:\Documents and Settings\VENUS\Desktop\[1.xlsx]1'!$A$1
this is a formula in the specific cell but i have more than 150
files.xlsx
and i have to merge it in one sheet can any one give me a way to make
this
idea possiable
a b c d e
1 1xlsx 2.xlsx 3.xlsx 4.xlsx 5.xlsx
2 ='C:\Documents and Settings\VENUS\Desktop\[A1]1'!$A$1
3 ='C:\Documents and
Settings\VENUS\Desktop\[B21]1'!$A$1
4 ='C:\Documents and
Settings\VENUS\Desktop\[B3]1'!$A$1
that mean i will refer the name of the file in the furmula to the cell
A1
B1
C1 etc.
i have tried many ways but it doesn't run
so kindly and expert tell me the way to do that with the file name and
the
sheet that i give (1) for it names also in the same way









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
REFERING TO CELL IN DIFFERENT SHEET cjbarron5 Excel Discussion (Misc queries) 2 May 28th 08 04:32 AM
Refering a cell Arun Kumar Saha Excel Worksheet Functions 2 June 18th 07 12:48 PM
autofill with one part of the formula refering to a constant cell old grey whiskers Excel Discussion (Misc queries) 3 August 19th 06 06:24 AM
Refering to an empty cell Nicoscot Excel Discussion (Misc queries) 1 March 10th 06 12:59 AM
Refering to a tab using data from a cell dan Excel Worksheet Functions 5 May 13th 05 01:24 PM


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