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)


query 1 (sheet 2)


query 2 (sheet 3)


formulas


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

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -