I am trying to write a statement with multiple IF's and am coming up short and getting #VALUE response. Here is my current statement,
=IF(F140="Y","","NA")*OR(IF(F140="N","Y","NA"))
I am assuming that I have something conflicting but am not sure what. Any suggestions?