Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default can i get help with indirect formula

let's say i have this formula which works

='N:\My Documents\Excel\Test.xls'!Feb_Profit

if Test is in c1, how would i write the formula using indirect?

i tried
=INDIRECT("'N:\My Documents\' "& C1 & ".xls'!Feb_Profit")
and
=INDIRECT("'N:\My Documents\Excel\"& C1 & ".xls'!Feb_Profit")

but get a ref error

--


Gary



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default can i get help with indirect formula

You wouldn't because, as it explains in help on INDIRECT, INDIRECT does not
work with links to closed workbooks.

--
Regards,
Tom Ogilvy



"Gary Keramidas" wrote:

let's say i have this formula which works

='N:\My Documents\Excel\Test.xls'!Feb_Profit

if Test is in c1, how would i write the formula using indirect?

i tried
=INDIRECT("'N:\My Documents\' "& C1 & ".xls'!Feb_Profit")
and
=INDIRECT("'N:\My Documents\Excel\"& C1 & ".xls'!Feb_Profit")

but get a ref error

--


Gary




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default can i get help with indirect formula

ok, thanks, that explains it

--


Gary


"Tom Ogilvy" wrote in message
...
You wouldn't because, as it explains in help on INDIRECT, INDIRECT does not
work with links to closed workbooks.

--
Regards,
Tom Ogilvy



"Gary Keramidas" wrote:

let's say i have this formula which works

='N:\My Documents\Excel\Test.xls'!Feb_Profit

if Test is in c1, how would i write the formula using indirect?

i tried
=INDIRECT("'N:\My Documents\' "& C1 & ".xls'!Feb_Profit")
and
=INDIRECT("'N:\My Documents\Excel\"& C1 & ".xls'!Feb_Profit")

but get a ref error

--


Gary






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
INDIRECT formula Ken[_2_] Excel Worksheet Functions 12 August 11th 08 03:40 PM
indirect formula Confused_Euffy Excel Worksheet Functions 4 May 12th 07 12:58 PM
indirect formula help ivory_kitten Excel Worksheet Functions 10 September 19th 06 04:44 AM
Indirect Formula lmullenjr Excel Discussion (Misc queries) 2 May 10th 06 03:19 PM
Indirect Formula fullers Excel Worksheet Functions 3 November 25th 05 01:08 PM


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

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

About Us

"It's about Microsoft Excel"