VLOOKUP issue
Posted by DPM on May 07, 2001 1:24 PM
My vlookup formula doesn't work if the lookup_value is a cell reference whose value is derived from a formula as opposed to a "typed in" value. The vlookup just returns a #N/A. Any way around this? Here's my vlookup formula: =VLOOKUP(B2,Sheet2!$A:$B,2,FALSE). B2 is a reference to a formula cell - the formula in that cell is: =RIGHT(A2,4). Boy, this stuff gets confusing after a while!