1) When b15 is blank, b16 shows a zero (I want b15 to remain blank)
2) if there is a selection that is not in any of the if statements, b16 displays FALSE
[TABLE="width: 111"]
<colgroup><col width="111" style="width: 83pt;"></colgroup><tbody>[TR]
[TD="class: xl70, width: 111, align: center"]Company Code[/TD]
[/TR]
[TR]
[TD="class: xl71, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFC000]#FFC000[/URL] , align: center"]BL[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 116"]
<colgroup><col width="116" style="width: 87pt;"></colgroup><tbody>[TR]
[TD="class: xl72, width: 116, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=ACB9CA]#ACB9CA[/URL] , align: center"] [/TD]
[/TR]
[TR]
[TD="class: xl73, width: 116, align: center"]FALSE[/TD]
[/TR]
</tbody>[/TABLE]
=IF(OR(A3="D",A3="GE",A3="H",A3="K",A3="L",A3="LG",A3="M",A3="N",A3="NO",A3="Q",A3="R",A3="SR",A3="V",A3="VI",A3="W",A3="X",A3="Y"),IF(AND(B15>0,B15<200),"CF < 200",0),
IF(OR(A3="B",A3="W"),IF(AND(B15>0,B15<286),"CF < 286",0),
IF(OR(A3="MD",A3="MN"),IF(AND(B15>0,B15<286),"CF < 300",0))))