I have 2 sheets in my excel workbook.
Sheet 1 has 3 columns
AccountNumber
City
Postcode
Sheet 2 has one coumn only namely AccountNumber.
I would like to update sheet 2 with city and postcode from sheet1, where the AccountNumber in both sheets match.
Is there a simple way of doing it without VBA?
Thanks