ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Help with formula (https://www.excelbanter.com/excel-discussion-misc-queries/146001-help-formula.html)

JMay

Help with formula
 
In my Cell B28 I have:
='[ST_Combo_Debits.xls]Suntrust Debits'!$E107 << which works fine..

I would like to modify the above, as follows...
In Cell C28 I have the single letter E
and I would like to reference (in my revised formula) the E in cell C28
inside my B28, someting like:

='[ST_Combo_Debits.xls]Suntrust Debits'!&INDIRECT("C28")&107

But it is not working,, Can someone assist?

Thanks in advance...

Jim

Barb Reinhardt

Help with formula
 
Try Indirect(C28 & 107)

HTH,
Barb Reinhardt

"JMay" wrote:

In my Cell B28 I have:
='[ST_Combo_Debits.xls]Suntrust Debits'!$E107 << which works fine..

I would like to modify the above, as follows...
In Cell C28 I have the single letter E
and I would like to reference (in my revised formula) the E in cell C28
inside my B28, someting like:

='[ST_Combo_Debits.xls]Suntrust Debits'!&INDIRECT("C28")&107

But it is not working,, Can someone assist?

Thanks in advance...

Jim


Max

Help with formula
 
Try it as:
=INDIRECT("'[ST_Combo_Debits.xls]Suntrust Debits'!"&C28&107)

where C28 contains: E
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"JMay" wrote:
In my Cell B28 I have:
='[ST_Combo_Debits.xls]Suntrust Debits'!$E107 << which works fine..

I would like to modify the above, as follows...
In Cell C28 I have the single letter E
and I would like to reference (in my revised formula) the E in cell C28
inside my B28, someting like:

='[ST_Combo_Debits.xls]Suntrust Debits'!&INDIRECT("C28")&107

But it is not working,, Can someone assist?

Thanks in advance...

Jim


Barb Reinhardt

Help with formula
 
Oops, I stand corrected.

"Max" wrote:

Try it as:
=INDIRECT("'[ST_Combo_Debits.xls]Suntrust Debits'!"&C28&107)

where C28 contains: E
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"JMay" wrote:
In my Cell B28 I have:
='[ST_Combo_Debits.xls]Suntrust Debits'!$E107 << which works fine..

I would like to modify the above, as follows...
In Cell C28 I have the single letter E
and I would like to reference (in my revised formula) the E in cell C28
inside my B28, someting like:

='[ST_Combo_Debits.xls]Suntrust Debits'!&INDIRECT("C28")&107

But it is not working,, Can someone assist?

Thanks in advance...

Jim


JMay

Help with formula
 
I love you guys,,,
what a group... WOW!!
Thanks,

"Max" wrote:

Try it as:
=INDIRECT("'[ST_Combo_Debits.xls]Suntrust Debits'!"&C28&107)

where C28 contains: E
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"JMay" wrote:
In my Cell B28 I have:
='[ST_Combo_Debits.xls]Suntrust Debits'!$E107 << which works fine..

I would like to modify the above, as follows...
In Cell C28 I have the single letter E
and I would like to reference (in my revised formula) the E in cell C28
inside my B28, someting like:

='[ST_Combo_Debits.xls]Suntrust Debits'!&INDIRECT("C28")&107

But it is not working,, Can someone assist?

Thanks in advance...

Jim


Dave Peterson

Help with formula
 
Be aware that as soon as you close "st_combo_debits.xls" (and recalculate), then
you'll end up with an error.

=indirect() is one of those functions that won't work if that sending workbook
is closed.

JMay wrote:

I love you guys,,,
what a group... WOW!!
Thanks,

"Max" wrote:

Try it as:
=INDIRECT("'[ST_Combo_Debits.xls]Suntrust Debits'!"&C28&107)

where C28 contains: E
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"JMay" wrote:
In my Cell B28 I have:
='[ST_Combo_Debits.xls]Suntrust Debits'!$E107 << which works fine..

I would like to modify the above, as follows...
In Cell C28 I have the single letter E
and I would like to reference (in my revised formula) the E in cell C28
inside my B28, someting like:

='[ST_Combo_Debits.xls]Suntrust Debits'!&INDIRECT("C28")&107

But it is not working,, Can someone assist?

Thanks in advance...

Jim


--

Dave Peterson

JMay

Help with formula
 
Thanks Dave..
Is there a work-around, so that the formula will still produce the results
if the Source workbook is closed?
Jim

"JMay" wrote:

In my Cell B28 I have:
='[ST_Combo_Debits.xls]Suntrust Debits'!$E107 << which works fine..

I would like to modify the above, as follows...
In Cell C28 I have the single letter E
and I would like to reference (in my revised formula) the E in cell C28
inside my B28, someting like:

='[ST_Combo_Debits.xls]Suntrust Debits'!&INDIRECT("C28")&107

But it is not working,, Can someone assist?

Thanks in advance...

Jim


Dave Peterson

Help with formula
 
Laurent Longre has an addin (morefunc.xll) at:
http://xcell05.free.fr/

That includes =indirect.ext() that may help you.

JMay wrote:

Thanks Dave..
Is there a work-around, so that the formula will still produce the results
if the Source workbook is closed?
Jim

"JMay" wrote:

In my Cell B28 I have:
='[ST_Combo_Debits.xls]Suntrust Debits'!$E107 << which works fine..

I would like to modify the above, as follows...
In Cell C28 I have the single letter E
and I would like to reference (in my revised formula) the E in cell C28
inside my B28, someting like:

='[ST_Combo_Debits.xls]Suntrust Debits'!&INDIRECT("C28")&107

But it is not working,, Can someone assist?

Thanks in advance...

Jim


--

Dave Peterson


All times are GMT +1. The time now is 10:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com