A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Links and Linking
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

excel formula



 
 
Thread Tools Display Modes
  #1  
Old August 8th, 2004, 12:47 PM
dd
external usenet poster
 
Posts: n/a
Default excel formula

i have a column (A) that lists numbers. these numbers are not constant.
these numbers represent the file name in another directory. i would like to
write a formula in column b that represent the file name and an address in
that file name. for example B7. an example follows:

A B

60007 file in column A1 "60007" , at range B7
60045 File in column A2 "60045" , at range B7

Please advise if any other info is required?

thanks
--


  #2  
Old August 8th, 2004, 01:25 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default excel formula

Hi
if these other files are NOT closed you can use the build-in function
INDIRECT. e.g.
=INDIRECT("'[" & A1 & "]sheet1'!B7")

if the files are closed see:http://tinyurl.com/2c62u for some
alternatives. In your case INDIRECT.EXT should work. use a formula like

=INDIRECT.EXT("'C:\temp\[" & A1 & "]sheet1'!B7")



--
Regards
Frank Kabel
Frankfurt, Germany


dd wrote:
i have a column (A) that lists numbers. these numbers are not
constant. these numbers represent the file name in another directory.
i would like to write a formula in column b that represent the file
name and an address in that file name. for example B7. an example
follows:

A B

60007 file in column A1 "60007" , at range B7
60045 File in column A2 "60045" , at range B7

Please advise if any other info is required?

thanks


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Formula - IF Formula & Conditional Formatting rhhince Worksheet Functions 1 June 20th, 2004 06:34 PM
Excel changes my formula when I add values! MJ13 General Discussion 7 June 17th, 2004 04:38 PM
Excel formula for year calc. Bobby New Users 3 May 11th, 2004 04:07 PM
Copying a Formula from NotePad to Excel carl Worksheet Functions 4 March 21st, 2004 09:25 AM
Formula Layout Excel Thor's Castle Worksheet Functions 2 March 16th, 2004 04:53 PM


All times are GMT +1. The time now is 10:17 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.