Problem is doing a table lookup using match function. Lookup table is in another workbook. Lookup values are text formatted. Calculate automatic.
Problem: match formula returns #N/A. Solution has been to make the lookup value the active cell, then press F2 (EDIT), followed by ENTER. Then the result appears. I’ve written a VBA procedure to read the value of the cell, then write the value back using the formula method.
I’ve also tried the F2 -ENTER operation on any other cell (doesn’t work); F9 RECALC doesn’t work.
I’m advising a friend who doesn’t write VBA, so that’s not an option for her.
What is the underlying problem here and what is a non-VBA solution (the tables needing lookup formulas have thousands of entries).
Thanks, Andy