Dear all,
Your help would be much appreciated.
How can I refer in a formula to a sheet by using the first three letters of a cell. I have two files and I need to find the sheet in one file by the reference of the product code (THA005). I understand this is possible with INDIRECT and INDIRECT.EXT which requires the morefun.xll add-in.
The value of cell A13 is THA005. The sheet name in the other file is called THA. The formulas I have to integrate this in are underneath. Any ideas how to integrate this into the formulas?
(original formula)
=MATCH(A13, [TFWebsite.xls]Tha!$A$5:$A$5000,0)
(original formula)
=IF(ISNUMBER(C13),INDEX([TFWebsite.xls]Tha!$C$5:$C$5000,C13),0)
(my own attempt, doesn't work)
=MATCH(A14, [TFWebsite.xls] indirect(A14&!$A$5:$A$5000,0))
My own attempt doesn't work, probably because of the fact that the cell value is THA005 while to sheet is called Tha. In addition most likely a problem because the sheet is in another file. ?????
Your e-mail on this is welcome veenkris@yahoo.co.uk
Many thanks,
Kris
Bookmarks