I have a massive spreadsheet of information I need to reconcile.
Sheet one has a list of reference numbers in columns -
AA1
AA2
AA3 etc.
Sheet two has a list of those references appended to a value in columns -
AA1 Triplo lego
AA2 Duplo lego
AA3 Small lego
I need a formula that will identify a value in sheet1, (AA1) search for that value in the list in sheet2 (AA1 Triplo lego) and populate the sheet1 cell with that value. (All the values in sheet 2 are unique)
I've looked at match and vloopup so far but can't seem to be able to work out how to do it. All help appropriated. Thank you.