I am trying to figure out a formula that could help me find when both the ch and owner signoff date is zero/blank.
Hi @KA
The below formula will work for you.
IF IsNull([CH Signoff Date]) AND IsNull([Owner Signoff Date]) THEN 'Yes'
ELSEIF !IsNull([CH Signoff Date]) AND !IsNull([Owner Signoff Date]) THEN 'No'
ELSE ''
ENDIF
During Input:
Output:
Many thanks
Shanker V
User | Count |
---|---|
106 | |
82 | |
72 | |
54 | |
40 |