Compare 2 datatble and update the very first matching value

Hi @yashashwini2322

Try this

"=VLOOKUP(A2,Sheet2!A:B,2,0)"

Input:(Sheet1)

Input:(Sheet2)

Output:(Sheet1)

Regards,