B
briank
When performing a conditional statement is there a way to
return a null value if the condition is false.
i.e. if(A1=1,1,null). Currently I am using "" in place of
null and this messes up my graphing.
Any suggestions?
Thanx.
return a null value if the condition is false.
i.e. if(A1=1,1,null). Currently I am using "" in place of
null and this messes up my graphing.
Any suggestions?
Thanx.