Hi
I added an extra column to sheet1 with in cell G1, I modified your existing formula a little bit:
=ARRAYFORMULA(IF(ROW(F:F)=1;"Price MP";VLOOKUP(B:B,Sheet2!B:D;3*SIGN(ROW(F:F));)))
I hope this helps. Please let me know if you have questions or suggestions. |