you have
IF(AND(K7="",O7=""),""
and again here
IF(AND(K7="",O7=""),"NoQuote NoPrice"
what are you trying to do here
IF(AND(O7<>"",L7<>"),"PO&Quoted&Priced").
concatenate the Purchase Order and Price
this will just give you the TEXT
"PO&Quoted&Priced"
if you want the cells with the info in - assume PO in A2 and Quoted in B2 and Priced in C2
=A2&B2&C2
Bookmarks