My table:
Serial Number, Moves, Install Date
12345, VLookup match (12345), 1/2/2016
If the VLookup matches I want to be able to change the date to a different one from another sheet. So far I only got the VLookup straight:
=IFERROR(VLOOKUP(A2,Moves!A:A,1,FALSE),"-")
I am looking for something that goes: If Serial Number is found in Moves Column put H2 from worksheet 2 into column Install Date in Sheet 1.
Does this make sense? Eternally grateful for any advise.
Bookmarks