Hello:
I am running a formula between two dates which is a >=30 and it seems if the date is blank its reading it as less than 30.

IF ToNumber([Test 2 Days])<=30
OR ToNumber([Test 2 Days 2])<=30
THEN 'Pass'
ELSE 'Fail'
ENDIF
How do I write it to make it fail if its fails the first test and second test return (Blank) as there is missing a date.
