Thread
:
How do I get Null as a result of an if?
View Single Post
#
1
Posted to microsoft.public.excel.misc
[email protected]
external usenet poster
Posts: 13
How do I get Null as a result of an if?
=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.
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]