I just realised this simple formula, on most fields does not work . Test was done on a Single-Line field.
IF(test1 != BLANK(), "Not Blank", "Blank")
IF(Not(test1 = BLANK()), "Not Blank", "Blank")
I just realised this simple formula, on most fields does not work . Test was done on a Single-Line field.
IF(test1 != BLANK(), "Not Blank", "Blank")
IF(Not(test1 = BLANK()), "Not Blank", "Blank")
Best answer by Sho
In formula fields, I want the formula to be simple, so this is how I do my field checks.
IF({test1}, "Not Blank", "Blank")
IF(NOT({test1}), "Blank", "Not Blank")Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.