Thread
:
if A1=Null and B1=A1 why is result in B1=0 ??
View Single Post
#
1
WGeorg
Posts: n/a
if A1=Null and B1=A1 why is result in B1=0 ??
if A1=Null and B1=A1 why is result in B1=0 ??
because of this I get wrong result for average calculations: average for
(6,8,0) < average for (6,8,null)
Reply With Quote