EXCEL VLOOKUP to other workbook -


i keep trying , trying nothing n/a photo added. tried put e:\onedrive\ubuy still didn't work. need left workbook in cell c2 vlookup of cell a2 in right workbook d2 cell enter image description herel 2 aa cell 400. , show me in c2 value @ aa. ty :[

command did =vlookup(a2,'[מחירון פריטים - עסקית.xlsx]xl_pricelist'!$d$2:$aa$375,23,false)

without changing data, can edit formula this:

=vlookup(text(a2, "@"),'[מחירון פריטים - עסקית.xlsx]xl_pricelist'!$d$2:$aa$375,23,false) 

the text(a2, "@") converts lookup value text format (same data you're searching) on fly, don't need edit data.


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -