using sysdate in "if" function

A

Avinash

=IF(N21<="SYSDATE","B","O")

Above is the condition I want to use. But theresult i get is "B" only which
is not true as per the data.
 
Top