I need to return a value if the logical test is against the text value of YES or NO.
For example:
=IF(B7=YES,1,0) where IF field B7=YES then the value = 1, if it does NOT = Yes (ie.NO) then the value = 0.
However, this returns a value of #NAME?
How can I do this?