I have two spreadsheets, i want to perform a lookup to populate a column in spreadsheet A, from data in spreadsheet B in VBA.
However the data in spreadsheet B may contain mulitple matches for the lookup field, in which case i just want to return a string "Multiple Records".
I could probably...