I have a task to have SharePoint write to a column based on a yes/no from another column. I have this working. There is also another column that I need to evaluate in order to keep the column "blank" when nothing is entered into that column. I am evaluating the one column just fine, but evaluating this other column seems to be trouble for me.
When the conditions for the for eval 1 are met the column will never be blank, so the formula can never evaluate the column and find itself blank.
If column one is yes, enter date + n into column three. If column one is no, enter date + n into column three. If column two is blank, don't enter a value into column three. If column two has a value, then write the results of column one eval.
So maybe, test column two for value and if it is blank do nothing, and if it has a value run the column one evaluation printing the results to the screen.
How do I write that?