excel - if cell contains certain number then copy -


a simple explanation of having troubles with:

sheet 1 column a: list of 39130 order numbers sheet 1 column b: tax number associated column sheet 2 column a: list of 24 different numbers same values sheet 1 column b sheet 2 column b: list of tax numbers

so, i'm looking search sheet 1 column value matches sheet 2 column a, , return value of sheet 2 column in new column (g)

how can that?

on sheet 2 field g1 should have following formula. should job: =vlookup(a1;sheet1!$a:$b;2;0)


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -