Use NOT to check if cell contains text in Google Sheets. Complete tutorial with syntax and examples.
NOT(logical_expression)
Returns the opposite of a logical value. To check if cell contains text, combine NOT with the right arguments for your dataset.
NOT(TRUE) = FALSE. Useful for inverting conditions.