Was stimmt nicht mit dieser Formel?
=IF(I89="Pepsi Direct","15 or 225$ Rev",
IF(H89="Large Format",VLOOKUP(B89,LF_List,3,FALSE),
IF(H89="Small Format",IFERROR(VLOOKUP(B89,OTS_List,2,FALSE)),"22",
IF(H89="FoodService Format","-",""))))
IF(H89.... Anweisung, die das Problem verursacht. Sie müssen Ihre Formel überprüfen und entsprechende Änderungen vornehmen. Ich kann es nicht ohne das vollständige Blatt für Sie reparieren.
IFERROR(VLOOKUP(B89,OTS_List,2,FALSE)),"22" sollte sein IFERROR(VLOOKUP(B89,OTS_List,2,FALSE),"22")