excel - Trouble with Vlookup on power queries? -
so it's simple function,
=vlookup(a23,sheet3!a:e,5,0)
i have 2 vlookup both returning power query, 1 works , other doesn't both formatted in same way , both query's similar (no obvious differences)
as can see vlookup returns values sheet3 not sheet2 though there differences. have re-written many times , changed 0 - false in formula no changes.
unfortunately, screenshot shows formulas, not error messages. errors important when troubleshooting.
check data types. looks if data in column in second screenshot numeric, whereas column in first screenshot contains text, can seen trailing / signs in cells. ensure lookup value , first column of lookup table same data type. numbers may numbers, stored text. non-matching data types cause #n/a error.
Comments
Post a Comment