Another question, This has me stumped. I have the following formula.=SUM(B2+128)/256
I am normalizing values to 0.0 - 1.0. The addition of 126 is to offset the negative range of possible values and make all values positive. However if B2 (as an example) is empty I get 0.5 (128/256) in the destination cell
how can I make it return nothing if B2 is empty?