Suppose we have 2 cells, one contains zero and the other is empty, see the range A2:A3 in the figure:
If they pass a FILTER we get two zeros as a result, see the output of FILTER(A2:A3, TRUE) in B2:B3, presented in the next figure. When we apply UNIQUE to the range where the previous result was stored, the output is the alone 0 (see the result in C2). But a composition UNIQUE(FILTER(...)) does not treat these zeros as equal to each other, see the output of UNIQUE(FILTER(A2:A3,TRUE)) in D2:D3:
Why is that? Can we suppress this behavior and get only one zero as a result of the composition?
p.s. I work with Office 365, Excel Version 2108




