What function displays when an argument is true in a worksheet function?
Any of the logical functions can show True values when their
arguments are True. The IF function is the main one we think of,
but others include AND, OR and TRUE. You can also do things like
NOT(FALSE) to get a True value.