Thread
:
How do I set a result of an "if" function to NULL; not 0 or ""?
View Single Post
#
2
Don Guillett
Posts: n/a
Do you mean
=if(a1=2,"",4)
--
Don Guillett
SalesAid Software
"mbrockhaus" wrote in message
...
I'm using an "if" statement and I want to set the TRUE condition results
to
NULL rather than "0" or "". Is there a way to do this?
Reply With Quote