I'm not sure, but I think you're wanting to know how to link to a seperate
file?
Just change the cell reference in original formula to include workbook
reference.
Example:
=INDEX($A$3:$A$14,MATCH('[File A.xls]Sheet1'!$F$18,B3:B14,0))
Easiest way to set this up is to have both workbooks open, begin editing the
formula in File B, then select File A and click the cell you want (F18).
Is this what you were looking for?
--
Best Regards,
Luke M
*Remember to click "yes" if this post helped you!*
MrRJ said:
Hey Luke,
Can I bother you one more time?
How can I incorporate this formula using two different files?
File A
2 columns would be used. One is where the result is, such as
=MAX(IF(ISNUMBER(B2:G2),B2:G2,0)) and the next column would be the data used
to find it.
File B
Contains the data as illustrated below...A3:F36. How can I use this formula
=INDEX($A$3:$A$14,MATCH($F$18,B3:B14,0)) when the cell (F18) is located in
File A?
I hope you understand where I am coming from? Your help is much appreciated.
This is part of a huge macro that I created. This is the final piece....I
think.
MrRJ