Now I'm in pain. I had it working perfectly, but tried to link to another workbook and deleted the reference sheet. I typed out the path and I had misspelled it, Excel gave me an "Open" dialog and I double clicked on the sheet I wanted.
The result was correct and I thought everything was working. I dragged the formula down the column and the results updated. Almost magical. Then when I copied the formula into the next column I got REF! errors everywhere and my once working formula has REF! instead of the workbook/sheet path.
What the heck did I do?
---------------------------------------------------------------------------------
EDIT: I don't know what happened with the copy and pasting problem but I re-wrote the formula and put "$" in front of the letters that shouldn't change.
This is what worked for me (note: I renamed files and sheets to make typing the formula easier)
Formula:
=INDEX([TireDimChart.xlsx]TireDims!D:D,MATCH($C2,[TireDimChart.xlsx]TireDims!$B:$B,0))
Thanks for the tip on referencing another workbook. Now I only need to worry about maintaining one table with the dimensions.
Question on that, do I need to keep the workbooks in the same folder at all times?
Bookmarks