I get the idea of how to use Index and Match ;-
=INDEX(Sheet1!C:C,MATCH(Sheet1!B:B,Sheet2!B:B,0))
The issue I'm facing is that, Sheet 1 and Sheet 2 have data pulled from different sources (but has the same headings).
I want to try to use the above Index and Match to bring back data that is compared to two different sets of data.
Both Sheet will have the following heading lets say ;-
The data I want pulled back is data from "Size", I can use the above formula for "Firstname" and "Surname", but data will be different, so i want to use this to find the differences, I don't mind the values returning as N/A as that will work for me in this task, but can I do it in one formula ?
Sheet1 :-
Sheet2 :-
From the above image, you can see the dataset is mixed up and if it was real data i would use in the workplace, the data in Fristname could be different format, such "MPS1_"
Thanks