I need to check two cells in each row, and return “YES” if either have contents, or “NO” if both are empty. Have been trying nested IF statements using OR, but cannot seem to get it to return the correct statement. I know there are several ways of doing this, but think the IF function is probably the easiest.
Suggestions?