Autofill Excel if A1 = sheet2 A1 then B1 = Sheet2 B2 -


i maintaining excel sheet sheet1 a1 name of people , b2 contact number. of details in sheet 2 row , b.

so, want if put valid name (i.e. should in sheet2 a) automatically finds number of name , adds in second row. possible? have around 10-15 contacts there.

assuming sheet workers list follows:

enter image description here

then in cell b2 of sheet assignment received enter either of following formulas

=vlookup(a1,'workers list'!a2:b10,2,false) 

or

=index('workers list'!b2:b10,match(a1,'workers list'!a2:a10,0)) 

enter image description here

change range required.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -