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
Post a Comment