Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Name in cell ref used in a formula

Hello,

I have the following formula (this is only a part of the formula) :

=SUMPRODUCT(--(MONTH('S:\BTeams\Affinity\Affinity\Automotive Ops
Database\MTC Capture Tool 2\Fred''s Team\[MTC - Joe
Bloggs.xls]Mid-Term'!$B$3:$B$503)=12)

I have Joe Bloggs as a name in the formula and also in a cell.
Can i use the cell referrence, such as C6 instead of the name? Would this
then referrence the external spreadsheet correctly or am i stuck using the
full name?
So it would read [MTC Tool - "Cell Ref".xls]

Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Name in cell ref used in a formula

Would this then referrence the external spreadsheet correctly or am i stuck
using the full name?


There is a way to do it the way you want with built-in functions *BUT* the
referenced file *MUST* be open. This is usually a "deal breaker"!

There are a couple of other methods that might work on the closed file but
these require VBA routines and one is an add-in. Still interested?


--
Biff
Microsoft Excel MVP


"Phendrena" wrote in message
...
Hello,

I have the following formula (this is only a part of the formula) :

=SUMPRODUCT(--(MONTH('S:\BTeams\Affinity\Affinity\Automotive Ops
Database\MTC Capture Tool 2\Fred''s Team\[MTC - Joe
Bloggs.xls]Mid-Term'!$B$3:$B$503)=12)

I have Joe Bloggs as a name in the formula and also in a cell.
Can i use the cell referrence, such as C6 instead of the name? Would this
then referrence the external spreadsheet correctly or am i stuck using the
full name?
So it would read [MTC Tool - "Cell Ref".xls]

Thanks,



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Name in cell ref used in a formula

As long as i can get Excel do what i want it do i'm interested!

thanks


"T. Valko" wrote:

Would this then referrence the external spreadsheet correctly or am i stuck
using the full name?


There is a way to do it the way you want with built-in functions *BUT* the
referenced file *MUST* be open. This is usually a "deal breaker"!

There are a couple of other methods that might work on the closed file but
these require VBA routines and one is an add-in. Still interested?


--
Biff
Microsoft Excel MVP


"Phendrena" wrote in message
...
Hello,

I have the following formula (this is only a part of the formula) :

=SUMPRODUCT(--(MONTH('S:\BTeams\Affinity\Affinity\Automotive Ops
Database\MTC Capture Tool 2\Fred''s Team\[MTC - Joe
Bloggs.xls]Mid-Term'!$B$3:$B$503)=12)

I have Joe Bloggs as a name in the formula and also in a cell.
Can i use the cell referrence, such as C6 instead of the name? Would this
then referrence the external spreadsheet correctly or am i stuck using the
full name?
So it would read [MTC Tool - "Cell Ref".xls]

Thanks,




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Name in cell ref used in a formula

There is an add-in available he

http://xcell05.free.fr/english/

Look for Morefunc.xll

This has a function called INDIRECT.EXT that will do what you want. See the
add-in help on its use.

--
Biff
Microsoft Excel MVP


"Phendrena" wrote in message
...
As long as i can get Excel do what i want it do i'm interested!

thanks


"T. Valko" wrote:

Would this then referrence the external spreadsheet correctly or am i
stuck
using the full name?


There is a way to do it the way you want with built-in functions *BUT*
the
referenced file *MUST* be open. This is usually a "deal breaker"!

There are a couple of other methods that might work on the closed file
but
these require VBA routines and one is an add-in. Still interested?


--
Biff
Microsoft Excel MVP


"Phendrena" wrote in message
...
Hello,

I have the following formula (this is only a part of the formula) :

=SUMPRODUCT(--(MONTH('S:\BTeams\Affinity\Affinity\Automotive Ops
Database\MTC Capture Tool 2\Fred''s Team\[MTC - Joe
Bloggs.xls]Mid-Term'!$B$3:$B$503)=12)

I have Joe Bloggs as a name in the formula and also in a cell.
Can i use the cell referrence, such as C6 instead of the name? Would
this
then referrence the external spreadsheet correctly or am i stuck using
the
full name?
So it would read [MTC Tool - "Cell Ref".xls]

Thanks,






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Name in cell ref used in a formula

Thanks for the reply, there are some interesting functions in that add-in!

"T. Valko" wrote:

There is an add-in available he

http://xcell05.free.fr/english/

Look for Morefunc.xll

This has a function called INDIRECT.EXT that will do what you want. See the
add-in help on its use.

--
Biff
Microsoft Excel MVP


"Phendrena" wrote in message
...
As long as i can get Excel do what i want it do i'm interested!

thanks


"T. Valko" wrote:

Would this then referrence the external spreadsheet correctly or am i
stuck
using the full name?

There is a way to do it the way you want with built-in functions *BUT*
the
referenced file *MUST* be open. This is usually a "deal breaker"!

There are a couple of other methods that might work on the closed file
but
these require VBA routines and one is an add-in. Still interested?


--
Biff
Microsoft Excel MVP


"Phendrena" wrote in message
...
Hello,

I have the following formula (this is only a part of the formula) :

=SUMPRODUCT(--(MONTH('S:\BTeams\Affinity\Affinity\Automotive Ops
Database\MTC Capture Tool 2\Fred''s Team\[MTC - Joe
Bloggs.xls]Mid-Term'!$B$3:$B$503)=12)

I have Joe Bloggs as a name in the formula and also in a cell.
Can i use the cell referrence, such as C6 instead of the name? Would
this
then referrence the external spreadsheet correctly or am i stuck using
the
full name?
So it would read [MTC Tool - "Cell Ref".xls]

Thanks,








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Name in cell ref used in a formula

Yeah, it's probably one of the most popular/useful add-ins out there.

Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Phendrena" wrote in message
...
Thanks for the reply, there are some interesting functions in that add-in!

"T. Valko" wrote:

There is an add-in available he

http://xcell05.free.fr/english/

Look for Morefunc.xll

This has a function called INDIRECT.EXT that will do what you want. See
the
add-in help on its use.

--
Biff
Microsoft Excel MVP


"Phendrena" wrote in message
...
As long as i can get Excel do what i want it do i'm interested!

thanks


"T. Valko" wrote:

Would this then referrence the external spreadsheet correctly or am i
stuck
using the full name?

There is a way to do it the way you want with built-in functions *BUT*
the
referenced file *MUST* be open. This is usually a "deal breaker"!

There are a couple of other methods that might work on the closed file
but
these require VBA routines and one is an add-in. Still interested?


--
Biff
Microsoft Excel MVP


"Phendrena" wrote in message
...
Hello,

I have the following formula (this is only a part of the formula) :

=SUMPRODUCT(--(MONTH('S:\BTeams\Affinity\Affinity\Automotive Ops
Database\MTC Capture Tool 2\Fred''s Team\[MTC - Joe
Bloggs.xls]Mid-Term'!$B$3:$B$503)=12)

I have Joe Bloggs as a name in the formula and also in a cell.
Can i use the cell referrence, such as C6 instead of the name? Would
this
then referrence the external spreadsheet correctly or am i stuck
using
the
full name?
So it would read [MTC Tool - "Cell Ref".xls]

Thanks,








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
How can I make a blank cell in a formula cell with a range of cell Vi Excel Discussion (Misc queries) 5 June 21st 07 02:46 PM
copy formula down a column and have cell references change within formula brad New Users to Excel 5 May 13th 07 04:38 PM
adding a formula in a cell but when cell = 0 cell is blank Mike T Excel Worksheet Functions 5 May 31st 05 01:08 AM
Cell Formula reference to cell Based On third Cell Content Gabriel Excel Discussion (Misc queries) 1 February 11th 05 06:36 AM
Cell Formula reference to cell Based On third Cell Content Gabriel Excel Discussion (Misc queries) 0 February 11th 05 05:35 AM


All times are GMT +1. The time now is 03:05 AM.

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"