To use the IF(OR..) format, it looks like this might work for you:
=IF(OR(G2="bend cell #1", G2="bend cell #2", G2 ="bend cell #3", G2="cold end #1", G2="cold end #2", G2="cold end #3"),"uap1",IF(OR(G2="convertor", G2="hot end #1 / underfloor", G2="hot end #2 / toeboard", G2="hot end diesel", G2="maniverter", G2="muffler cell #1"),"uap2",IF(OR(G2="a", G2="b", G2="c", G2="d", G2="e", G2="f"),"uap3","uap4")))
Replace the "a", "b", etc. in the third condition with your values that you want to result in "uap3". If none of the first three conditions are met (uap1, uap2 or uap3), the formula will result in uap4.
Bookmarks