Hi!
I have discovered that a value (in the column Frete Realizado) in my data is wrong, and I need to replace it with the right one.
What I was trying to do is (random values just to exemplify) :
IF [Usina/Centro] = "1111"
AND [Código Cliente] = "1111"
AND [Descrição SKU] = "Name"
AND [Mês] = "June"
AND [DT] = "11111111"
AND [Remessa] = "11111111"
THEN 6133.49 <correct value>
ELSE [Frete Realizado]
ENDIF
But when I check a sum of the column Frete realizado before and after the formula tool, it doesn't change the total sum.
Does anyone knows how can I solve this?