View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default 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