C
chris.cudmore
=if(false, "yup",) will record 0
=if(false, "yup","") will record the empty string
=if(false, "yup") will record "False"
What I want is null, nothing, nada. rien de tout, a virgin cell.
=if(false, "yup","") will record the empty string
=if(false, "yup") will record "False"
What I want is null, nothing, nada. rien de tout, a virgin cell.