I am trying to put in a formula that will remain blank if the target cell is blank, show 1 if the target cell is "Yes" and show 0 if the target cell is "No". Here is the current formula:
=IF([@[Primary covered]]=" "," ",IF([@[Primary covered]]="Yes","1","0"))
[@[Primary covered]] is E2 in the...