I'm having a heck of a time figuring out a statement....
I need to know:
if cell B4 is a NO, then 0
if cell B4 is a YES and cell C4 is a YES, then 10
if cell b4 is a YES and cell C4 is a NO, then 5
This is what I have, but it's coming up false:
=IF(B5="NO",0,IF(B5="YES",IF(AND(B5="YES",C5="YES"),$L$11,AND(B5="NO",C5="NO"))))
What am I doing wrong?
I need to know:
if cell B4 is a NO, then 0
if cell B4 is a YES and cell C4 is a YES, then 10
if cell b4 is a YES and cell C4 is a NO, then 5
This is what I have, but it's coming up false:
=IF(B5="NO",0,IF(B5="YES",IF(AND(B5="YES",C5="YES"),$L$11,AND(B5="NO",C5="NO"))))
What am I doing wrong?