If Function with Dates

B

Bev

I have the following formula - which works correctly,
=IF(F6<--"2005-01-01","No","Yes"), F6 is a date ... my question is, what does
the -- signify in the equation?
 
P

Peo Sjoblom

Just making the text string 2005-01-01 into a number that can be compared
with another number

--


Regards,


Peo Sjoblom
 
Top