Team,
I am a little confused on a scenario i am encountering.
I have a formula that evaluates if a cell is populated or not. However i have scenario below, where to me the "Value" field appears blank / empty but the formula is staying that its populated.
ideally as the "Value" Column is blank it should return "Fail" and not "Pass"
Formula :
if isnull([Value]) or isempty([Value]) then 'Fail 'else 'Pass' endif

Regards
Masond3