A Formula Null is a 0 Length Text String and Text > Number.Originally Posted by SDruley
For a numeric comparison where Nulls/Text values are a possibility you can use N or SUM, eg:
which will return 0 for the Null/Text value whilst avoiding explicit coercion![]()
=N(A1)>2 =SUM(A1)>2
Bookmarks