ok.. thanks a lot guys... but til now im not getting the correct one.. i have another option:
in 1ST CELL say C11 i have ds formula =IF(AND(C$4="LOCAL",C$6="G.I. SHEET"),(C$13+80),0)
now, on 2ND CELL, IF ON 1ST CELL THE RESULT IS 0, THEN =IF(OR(C$4="IMPORT",C$4="LOCAL"),(C$13+80),(C$13+110))OTHERWISE IT SHOULD BE 0. wat formula i should use for "if C11=0 then
=IF(OR(C$4="IMPORT",C$4="LOCAL"),(C$13+80),(C$13+110)) otherwise 0.