IF Column A = Blank Then "N", ELSEIF Column A = USGA Then "N-USGA" ELSE "Y"
Solved! Go to Solution.
@jetmey use the isEmpty() function check the blank
IF isEmpty([Column A]) Then "N" ELSEIF [Column A] = "USGA" Then "N-USGA" ELSE "Y" ENDIF
User | Count |
---|---|
107 | |
85 | |
76 | |
54 | |
40 |