How to avoid or remove the blue triangle saying that the formula is using boolean values...?
Sometimes I have a formula where Numbers thinks it needs to notify my that it is using boolean values instead of numbers and give me a sticky blue triangle. How can I remove this?
I am using formula with FILTER and filtering for words in order so sum up a column.
= SUM( FILTER (ABS(A)) , (B = "foo") + (B= "bar") , 0 ))