Looking for your help, the below formula works for the moment:
=IFERROR(INDEX({SFDC Opps for Renewals Range 1}, MATCH(SFOP@row , {SFDC Opps for Renewals Range 2}, 0)), "No Match Found")
However the column above actually contains multiple SFOPs and so I think I need to add a CONTAIN element to the formula so when SFOP column contains an SFOP that matches with an SFOP on Range 2?
Thanks