I have a vlookup formula that references a range on another sheet that gets information downloaded into it from an Access database when the file opens.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
My formula is correct, but I get an #N/A error anyway. The only way I can fix it is to manually click into the target cell and get the curser in there. Then the formula works fine. That is, it works fine until I close and reopen the sheet, at which point the download happens again and the error returns.
<o> </o>
Why? How can I make this go away?
<o> </o>
Thanks!
<o> </o>
Formula in cell B1: =VLOOKUP(A1,'OtherSheet'!C:D,2,FALSE),
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
My formula is correct, but I get an #N/A error anyway. The only way I can fix it is to manually click into the target cell and get the curser in there. Then the formula works fine. That is, it works fine until I close and reopen the sheet, at which point the download happens again and the error returns.
<o> </o>
Why? How can I make this go away?
<o> </o>
Thanks!
<o> </o>
Formula in cell B1: =VLOOKUP(A1,'OtherSheet'!C:D,2,FALSE),